-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
130 lines (129 loc) · 3.32 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
# Generated by roxygen2: do not edit by hand
export("%>%")
export(cdp_run)
export(cdp_search)
export(cg_run)
export(cg_search)
export(drug_count)
export(ex_crawl_delay)
export(get_classification)
export(get_classification_code)
export(get_dictionary_and_links)
export(get_drug_link_synonym)
export(get_drug_link_url)
export(get_links_to_resources)
export(get_names_and_synonyms)
export(get_nci_dd)
export(get_ncit)
export(get_ncit_synonym)
export(get_pm)
export(get_pm_earliest)
export(get_pm_latest)
export(get_registry_numbers)
export(get_rn_url_validity)
export(is404)
export(isMultipleHits)
export(isMultipleHits2)
export(isMultipleHits3)
export(isNoRecord)
export(isSingleHit)
export(isSingleHit2)
export(list_cdp_tables)
export(list_cg_tables)
export(log_drug_count)
export(log_errors)
export(log_registry_number)
export(lookup_ncit_code)
export(nci_log_count)
export(nci_run)
export(pm_run)
export(process_drug_link_ncit)
export(process_drug_link_synonym)
export(process_drug_link_url)
export(read_cdp_tables)
export(rn_url_to_rn)
export(scrape)
export(scrape_cdp)
export(start_cdp)
export(start_cg)
export(start_nci)
export(start_pm)
export(update_cancergov_drugs)
export(write_cg_staging_tbl)
importFrom(SqlRender,render)
importFrom(centipede,no_na)
importFrom(centipede,strsplit)
importFrom(cli,cat_line)
importFrom(cli,cat_rule)
importFrom(dplyr,all_vars)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,coalesce)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,filter_at)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_at)
importFrom(dplyr,mutate_if)
importFrom(dplyr,rename_all)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(forcats,fct_recode)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(pg13,appendTable)
importFrom(pg13,brake_closed_conn)
importFrom(pg13,buildQuery)
importFrom(pg13,createSchema)
importFrom(pg13,dc)
importFrom(pg13,dropTable)
importFrom(pg13,lsSchema)
importFrom(pg13,lsTables)
importFrom(pg13,query)
importFrom(pg13,send)
importFrom(pg13,writeTable)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,set_names)
importFrom(rlang,parse_expr)
importFrom(rubix,filter_at_grepl)
importFrom(rubix,format_colnames)
importFrom(rubix,normalize_all_to_na)
importFrom(rubix,rm_multibyte_chars)
importFrom(rvest,html_attr)
importFrom(rvest,html_attrs)
importFrom(rvest,html_children)
importFrom(rvest,html_node)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(rvest,html_text)
importFrom(secretary,cyanTxt)
importFrom(secretary,magentaTxt)
importFrom(secretary,silverTxt)
importFrom(secretary,typewrite)
importFrom(secretary,typewrite_progress)
importFrom(stringr,fixed)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(tibble,as_tibble)
importFrom(tibble,as_tibble_col)
importFrom(tibble,as_tibble_row)
importFrom(tibble,tibble)
importFrom(tibble,tribble)
importFrom(tidyr,extract)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate_rows)
importFrom(xml2,read_html)
importFrom(xml2,xml_add_sibling)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_remove)