Skip to content

Commit

Permalink
document
Browse files Browse the repository at this point in the history
  • Loading branch information
lakikowolfe committed Dec 6, 2023
1 parent d8c14c8 commit bc7d78c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated by roxygen2: do not edit by hand

export("%==%")
export("%>%")
export("%modifiedIn%")
export(calculate_items_per_manifest)
export(convert_column_type)
export(create_dashboard)
Expand Down Expand Up @@ -56,6 +56,8 @@ export(update_data_flow_manifest)
export(update_dfs_manifest)
export(visualize_component)
importFrom(glue,glue)
importFrom(lubridate,"%m+%")
importFrom(lubridate,"%m-%")
importFrom(magrittr,"%>%")
importFrom(shiny,NS)
importFrom(shiny,tagList)
Expand Down
11 changes: 11 additions & 0 deletions man/modifiedIn.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bc7d78c

Please sign in to comment.