-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
79 lines (78 loc) · 2.24 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
# Generated by roxygen2: do not edit by hand
S3method(close,qpostcon)
export(AddFactbaseProvenance)
export(CheckDropboxToken)
export(DownloadXLSX)
export(ExportToDropbox)
export(FactbaseUploadWidget)
export(GeocodeIPs)
export(GetDirectLink)
export(GoogleAnalytics)
export(ImportFromDropbox)
export(IsDisplayrCloudDriveAvailable)
export(QDeleteFiles)
export(QFileExists)
export(QFileOpen)
export(QLoadData)
export(QSaveData)
export(RunSQL)
export(UpdateFactbasePenetrationFormula)
export(UpdateFactbaseRatioFormula)
export(UploadMetricToFactbase)
export(UploadRelationshipToFactbase)
export(UploadTableToFactbase)
import(zeallot)
importFrom(DBI,dbConnect)
importFrom(DBI,dbDisconnect)
importFrom(DBI,dbGetQuery)
importFrom(RGoogleAnalytics,GetProfiles)
importFrom(RGoogleAnalytics,GetReportData)
importFrom(RGoogleAnalytics,Init)
importFrom(RGoogleAnalytics,QueryBuilder)
importFrom(RJSONIO,toJSON)
importFrom(arrow,BufferOutputStream)
importFrom(arrow,write_parquet)
importFrom(curl,curl)
importFrom(curl,handle_setheaders)
importFrom(curl,new_handle)
importFrom(flipTime,AsDate)
importFrom(flipTime,AsDateTime)
importFrom(flipTime,IsDateTime)
importFrom(flipTransformations,ParseAsDataFrame)
importFrom(flipTransformations,ParseUserEnteredTable)
importFrom(flipU,ConvertCommaSeparatedStringToVector)
importFrom(flipU,StopForUserError)
importFrom(gganimate,anim_save)
importFrom(haven,read_sav)
importFrom(haven,write_sav)
importFrom(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,HEAD)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,handle)
importFrom(httr,http_status)
importFrom(httr,timeout)
importFrom(httr,upload_file)
importFrom(httr,write_disk)
importFrom(knitr,kable)
importFrom(mime,guess_type)
importFrom(openxlsx,write.xlsx)
importFrom(readxl,read_excel)
importFrom(rgeolocate,maxmind)
importFrom(rhtmlMetro,Box)
importFrom(stats,complete.cases)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stringr,str_match)
importFrom(tools,file_ext)
importFrom(tools,file_path_as_absolute)
importFrom(tools,file_path_sans_ext)
importFrom(tools,list_files_with_exts)
importFrom(utils,URLencode)
importFrom(utils,download.file)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
importFrom(zip,zip)