read_CSV | R Documentation |
This function reads the latest version of an RDS file saved by save_CSV
read_CSV(filename, path = NULL, verbose = FALSE)
filename |
String. The base name for the file. |
path |
String. Where to look the file. If not set, checks for "Tables" or "_tables" in the working directory. Reads from working directory if data folders are not found. |
verbose |
Logical. Should status messages be displayed? |
## Not run: read_CSV(filename = "datafile")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.