read_RDS | R Documentation |
This function reads the latest version of an RDS file saved by save_RDS.
read_RDS(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 "Data" or "_data" in the working directory. Reads from working directory if data folders are not found. |
verbose |
Logical. Should status messages be displayed? |
## Not run: read_RDS(filename = "datafile")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.