rdsReadList: read rds files and return a list of objects

View source: R/read.R

rdsReadListR Documentation

read rds files and return a list of objects

Description

read rds files and return a list of objects

Usage

rdsReadList(
  pat = NULL,
  fl = makeArgs(),
  exts = c("rds", "RDS"),
  names = NULL,
  trim = "\\.[^.]*$",
  refhook = NULL
)

Arguments

pat

pattern to match

fl

file list to select from (makeArgs by default)

exts

extensions to select

names

a list of names for the environments found

trim

a pattern for making names from the file names (not used when names if provided)

refhook

pass to readRDS


dushoff/shellpipes documentation built on Dec. 14, 2024, 4:36 p.m.