forked from rfhb/ctrdata
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
69 lines (68 loc) · 2 KB
/
NAMESPACE
File metadata and controls
69 lines (68 loc) · 2 KB
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
# Generated by roxygen2: do not edit by hand
export(ctrFindActiveSubstanceSynonyms)
export(ctrGetQueryUrl)
export(ctrLoadQueryIntoDb)
export(ctrOpenSearchPagesInBrowser)
export(dbFindFields)
export(dbFindIdsUniqueTrials)
export(dbGetFieldsIntoDf)
export(dbQueryHistory)
export(dfListExtractKey)
export(dfMergeTwoVariablesRelevel)
export(dfMergeVariablesRelevel)
export(dfName2Value)
export(dfTrials2Long)
export(installCygwinWindowsDoInstall)
importFrom(clipr,read_clip)
importFrom(curl,curl_fetch_memory)
importFrom(curl,curl_fetch_multi)
importFrom(curl,handle_data)
importFrom(curl,handle_setopt)
importFrom(curl,multi_add)
importFrom(curl,multi_download)
importFrom(curl,multi_fdset)
importFrom(curl,multi_run)
importFrom(curl,new_handle)
importFrom(curl,new_pool)
importFrom(curl,parse_headers)
importFrom(dplyr,c_across)
importFrom(dplyr,mutate)
importFrom(dplyr,rowwise)
importFrom(httr,GET)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,set_config)
importFrom(httr,status_code)
importFrom(httr,user_agent)
importFrom(jqr,jq)
importFrom(jqr,jq_flags)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,stream_in)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,validate)
importFrom(lubridate,duration)
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(stats,na.omit)
importFrom(stats,setNames)
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(tibble,as_tibble)
importFrom(utils,URLdecode)
importFrom(utils,URLencode)
importFrom(utils,capture.output)
importFrom(utils,packageDescription)
importFrom(utils,read.table)
importFrom(xml2,read_html)
importFrom(xml2,xml_find_all)
importFrom(xml2,xml_text)