loadRawData: Load Data Sets into a List

View source: R/loadRawData.R

loadRawDataR Documentation

Load Data Sets into a List

Description

Load Data Sets into a List

Usage

loadRawData(dataNames_char)

Arguments

dataNames_char

Names of data sets to load

Details

We may want to perform SQL-like operations on a set of tables without loading each table into R's Global Environment separately. This function loads these data sets into a self-destructing environment and then returns a named list of these data sets.

Value

Loads data sets specified into the current function environment for further evaluation (unused) and then returns these data sets as a named list

Examples

   loadRawData(c("tlfb", "all_drugs"))

public.ctn0094extra documentation built on Nov. 22, 2023, 5:07 p.m.