read_rds_logs: Read a directory containing RDS logs

View source: R/read.R

read_rds_logsR Documentation

Read a directory containing RDS logs

Description

Read a directory containing RDS logs

Usage

read_rds_logs(path)

Arguments

path

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

Value

a list of data.table

Examples

## 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)

shinylogs documentation built on April 18, 2022, 5:05 p.m.