powered by
Read a directory containing RDS logs
read_rds_logs(path)
Path of the directory containing RDS files or a vector of path to RDS files.
a list of data.table
list
data.table
# 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") # }
Run the code above in your browser using DataLab