get_rdata: Read in Rda or Rdata files

Description Usage Arguments Details Value See Also

View source: R/save_data.R

Description

get_rdata reads in all Rda or Rdata files from a directory

Usage

1
get_rdata(data.dir, file.ext = ".Rda")

Arguments

data.dir

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

file.ext

An optional character string, defaults to .Rda

Details

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

Value

An R object

See Also

load


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