This function imports all csv format files inside specified directory in 'path'. Returns a single data frame of 7 variables with all data, provided the resulting dataframe passes 'check_format_errors()'.
1 | import_submissions(path = "submissions")
|
path |
name of directory with csv files to import. Defaults to directory 'submissions'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.