Skip to content

Commit 5ecfc7f

Browse files
committed
Update NAMESPACE and 📖
1 parent 18ebfb0 commit 5ecfc7f

7 files changed

Lines changed: 62 additions & 3 deletions

NAMESPACE

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ export(default_xml)
2121
export(extdata_file)
2222
export(get_abstract)
2323
export(get_authors)
24+
export(get_available_multi_cols)
2425
export(get_keywords)
2526
export(get_pdfurls)
2627
export(get_reference_type_names)
@@ -35,11 +36,14 @@ export(plot_pubs_by_year)
3536
export(plot_wordcloud_keywords)
3637
export(record_list_to_df)
3738
export(tidy_df)
39+
export(tidy_multi_cols)
40+
export(tidy_selected_cols)
3841
export(write_clean_references_df_to_xlsx)
3942
export(write_references_df_to_xlsx)
4043
import(ggplot2)
4144
importFrom(dplyr,arrange)
4245
importFrom(dplyr,bind_cols)
46+
importFrom(dplyr,bind_rows)
4347
importFrom(dplyr,count)
4448
importFrom(dplyr,desc)
4549
importFrom(dplyr,everything)
@@ -65,11 +69,13 @@ importFrom(rlang,quo_name)
6569
importFrom(stats,setNames)
6670
importFrom(stringr,regex)
6771
importFrom(stringr,str_detect)
72+
importFrom(stringr,str_remove)
6873
importFrom(stringr,str_remove_all)
6974
importFrom(stringr,str_replace_all)
7075
importFrom(stringr,str_trim)
7176
importFrom(tibble,tibble)
7277
importFrom(tidyr,gather)
78+
importFrom(tidyr,separate)
7379
importFrom(tidyr,separate_rows)
7480
importFrom(tools,file_path_sans_ext)
7581
importFrom(wordcloud2,wordcloud2)

man/get_available_multi_cols.Rd

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/give_hints_accessiblity.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/give_hints_author_names.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/give_hints_project_names.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tidy_multi_cols.Rd

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tidy_selected_cols.Rd

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)