Description Usage Arguments Value Examples
Flexible read function which also handles conversion to data types, and common data cleaning tasks.
1 2 3 |
path |
Path to file within a folder, or full path. |
folder |
Folder to look for path in, if applicable. |
sheet |
If an excel file, the sheet to load. |
do.time |
Allow processing to time values. |
min.acceptable.date |
Set to NULL to ignore. Sometimes numbers are assumed to be excel-formatted. One way to prevent this is to set min/max acceptable dates to help the conversion know if something is a meaningful data or not. |
max.acceptable.date |
Set to NULL to ignore. Sometimes numbers are assumed to be excel-formatted. One way to prevent this is to set min/max acceptable dates to help the conversion know if something is a meaningful data or not. |
Tibble.
1 | # TODO
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.