View source: R/aest_read_spreadsheet.R
aest_read_spreadsheet | R Documentation |
Reads in a spreadsheet,, cleans the column names and appends a column containing the file name.
aest_read_spreadsheet(quoted_path, quoted_file, speed = "slow", ...)
quoted_path |
the (quoted) path to the file (within the project directory) e.g. "raw-data" |
quoted_file |
the (quoted) name of the file |
speed |
determines whether vroom or read_csv is used: read_csv is more robust, but slow, Default: 'slow' |
... |
additional parameters to pass. |
DETAILS
a dataframe
## Not run: if(interactive()){ #EXAMPLE1 } ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.