read_rds_logs: Read a directory containing RDS logs

Description Usage Arguments Value Examples

View source: R/read.R

Description

Read a directory containing RDS logs

Usage

1

Arguments

path

Path of the directory containing RDS files or a vector of path to RDS files.

Value

a list of data.table

Examples

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)

karimelghazouly/shinylogs_modified documentation built on Jan. 9, 2021, 12:37 a.m.