-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.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
# Generated by roxygen2: do not edit by hand
S3method(print,qualtrics_design)
export(blocks)
export(choices)
export(design)
export(drop_meta)
export(drop_sensitive)
export(edges)
export(export_names)
export(find_id)
export(ids_to_names)
export(keep_questions)
export(key_from_file)
export(names_to_ids)
export(nodes)
export(plot_flow)
export(qget)
export(qpost)
export(questions)
export(render_flow)
export(request)
export(response_counts)
export(responses)
export(surveys)
import(assertthat)
import(data.table)
importFrom(DT,dataTableOutput)
importFrom(DT,datatable)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,VERB)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,modify_url)
importFrom(httr,stop_for_status)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,"%>%")
importFrom(shiny,column)
importFrom(shiny,fluidPage)
importFrom(shiny,fluidRow)
importFrom(shiny,renderText)
importFrom(shiny,shinyApp)
importFrom(stats,setNames)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,type.convert)
importFrom(utils,unzip)
importFrom(visNetwork,visEdges)
importFrom(visNetwork,visHierarchicalLayout)
importFrom(visNetwork,visInteraction)
importFrom(visNetwork,visNetwork)