-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
82 lines (81 loc) · 2.33 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
# Generated by roxygen2: do not edit by hand
export(ctrFindActiveSubstanceSynonyms)
export(ctrGetQueryUrl)
export(ctrLoadQueryIntoDb)
export(ctrOpenSearchPagesInBrowser)
export(ctrShowOneTrial)
export(dbFindFields)
export(dbFindIdsUniqueTrials)
export(dbGetFieldsIntoDf)
export(dbQueryHistory)
export(dfMergeVariablesRelevel)
export(dfName2Value)
export(dfTrials2Long)
importFrom(V8,JS)
importFrom(V8,v8)
importFrom(clipr,read_clip)
importFrom(countrycode,countrycode)
importFrom(curl,curl_fetch_memory)
importFrom(curl,handle_data)
importFrom(curl,handle_setopt)
importFrom(curl,multi_add)
importFrom(curl,multi_download)
importFrom(curl,multi_run)
importFrom(curl,new_handle)
importFrom(curl,new_pool)
importFrom(curl,parse_headers)
importFrom(digest,digest)
importFrom(dplyr,c_across)
importFrom(dplyr,mutate)
importFrom(dplyr,rowwise)
importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,saveWidget)
importFrom(httr,GET)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,set_config)
importFrom(httr,status_code)
importFrom(httr,user_agent)
importFrom(httr,with_config)
importFrom(jqr,jq)
importFrom(jqr,jq_flags)
importFrom(jqr,jqr)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,stream_in)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,validate)
importFrom(lubridate,ddays)
importFrom(lubridate,dmonths)
importFrom(lubridate,duration)
importFrom(lubridate,dyears)
importFrom(lubridate,ymd_hms)
importFrom(nodbi,docdb_create)
importFrom(nodbi,docdb_delete)
importFrom(nodbi,docdb_list)
importFrom(nodbi,docdb_query)
importFrom(nodbi,docdb_update)
importFrom(nodbi,src_duckdb)
importFrom(nodbi,src_sqlite)
importFrom(readr,read_file)
importFrom(readr,write_file)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stringi,stri_detect_fixed)
importFrom(stringi,stri_detect_regex)
importFrom(stringi,stri_extract_all_charclass)
importFrom(stringi,stri_extract_all_regex)
importFrom(stringi,stri_extract_first)
importFrom(stringi,stri_replace_all_fixed)
importFrom(stringi,stri_replace_all_regex)
importFrom(stringi,stri_replace_first)
importFrom(tools,toTitleCase)
importFrom(utils,URLdecode)
importFrom(utils,URLencode)
importFrom(utils,View)
importFrom(utils,browseURL)
importFrom(utils,capture.output)
importFrom(utils,packageDescription)
importFrom(utils,str)
importFrom(xml2,read_html)
importFrom(xml2,xml_text)
importFrom(zip,unzip)