Description Usage Arguments Details Value
Interprets the extension of a filename for survey data and calls the appropriate function to read the file.
1 | read_survey(fn)
|
fn |
A filename as a character vector of length 1 |
sheet |
For .xlsx files, the name of the spreadsheet in which the data are stored |
Currently this can read .xslx or .csv files which must be formatted according to the vignette. Any file not ending in .xlsx tries to read a .csv
A data frame containing data from the .csv or .xlsx file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.