Description Usage Arguments Value Examples
Read a directory containing RDS logs
1 | read_rds_logs(path)
|
path |
Path of the directory containing RDS files or a vector of path to RDS files. |
a list of data.table
1 2 3 4 5 6 7 8 | ## Not run:
# Read all RDS in a directory
logs <- read_rds_logs(path = "path/to/directory")
# Read a single file
logs <- read_rds_logs(path = "path/to/log.rds")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.