dcpo_setup | R Documentation |
dcpo_setup
prepares survey data for use with the dcpo
function.
dcpo_setup
prepares survey data for use with the dcpo
function.
dcpo_setup(
vars,
datapath = "../data/dcpo_surveys",
file = "",
chime = TRUE,
survey_additions = NULL,
...
)
dcpo_setup(
vars,
datapath = "../data/dcpo_surveys",
file = "",
chime = TRUE,
survey_additions = NULL,
...
)
vars |
a data frame (or, optionally, a .csv file) of survey items |
datapath |
path to the directory that houses raw survey datasets |
file |
a file path to save output to (usually a .csv or .rds, but any format supported by |
chime |
play chime when complete? |
survey_additions |
a data frame (or, optionally, a .csv file) of information on surveys not currently included in |
... |
additional arguments |
dcpo_setup
, when passed a data frame of survey items, collects the
responses and formats them for use with the dcpo
function.
dcpo_setup
, when passed a data frame of survey items, collects the
responses and formats them for use with the dcpo
function.
a data frame or list of data frames
a data frame or list of data frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.