codegen_load_all_sas_data: Create code to load all SAS datasets in a folder.

View source: R/loadData.R

codegen_load_all_sas_dataR Documentation

Create code to load all SAS datasets in a folder.

Description

This is useful if you work with lots of separate SAS datasets spread out in the same folder.

Usage

codegen_load_all_sas_data(dir, format = NULL)

Arguments

dir

path to dataset folder

format

path to format file

Value

NULL. Relevant code is printed to the console.

Examples

codegen_load_all_sas_data(system.file("examples", package = "DescrTab2"))

DescrTab2 documentation built on Sept. 6, 2022, 9:05 a.m.