ReadRDSFiles: Read All '.rds' Files from a Single Directory.

Description Usage Arguments Value Examples

View source: R/utility_functions.R

Description

ReadRDSFiles is basically a wrapper for base::readRDS and makes convenient the loading at onces of multiple files.

Usage

1
ReadRDSFiles(fileDir, envir = .GlobalEnv)

Arguments

fileDir

Character. Name of directory (with path) containing '.rds' files.

envir

Character. Environment in which to save loaded .'rds' files. Default is global environment.

Value

Names of '.rds' files loaded as dataframes to 'envir'.

Examples

1
# none at this time.

jasondubois/sportfish documentation built on July 3, 2020, 1:01 p.m.