forked from ropensci/qualtRics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
27 lines (26 loc) · 681 Bytes
/
NAMESPACE
File metadata and controls
27 lines (26 loc) · 681 Bytes
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
# Generated by roxygen2: do not edit by hand
export(all_surveys)
export(column_map)
export(fetch_survey)
export(getSurvey)
export(getSurveyQuestions)
export(getSurveys)
export(metadata)
export(qualtRicsConfigFile)
export(qualtrics_api_credentials)
export(readSurvey)
export(read_survey)
export(registerOptions)
export(survey_questions)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.flag)
importFrom(dplyr,bind_rows)
importFrom(jsonlite,fromJSON)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(readr,read_csv)
importFrom(rlang,':=')
importFrom(sjlabelled,set_label)
importFrom(stringr,str_match)
importFrom(utils,read.csv)
importFrom(yaml,yaml.load_file)