get_rds: Read in RDS files

Description Usage Arguments Details Value See Also

View source: R/save_data.R

Description

get_rds reads in all RDS files from a directory

Usage

1
get_rds(data.dir, file.ext = ".Rds")

Arguments

data.dir

A character string with the name of the directory containing the RDS files

file.ext

An optional character string, defaults to .Rds

Details

This function reads in all RDS files in a given directory and saves them as objects in the Global Environment.

Value

An R object

See Also

readRDS


bgulbis/dirr documentation built on Dec. 26, 2021, 6:40 a.m.