Learn R Programming

DescrTab2 (version 2.1.16)

codegen_load_all_sas_data: 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)

Value

NULL. Relevant code is printed to the console.

Arguments

dir

path to dataset folder

format

path to format file

Examples

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

Run the code above in your browser using DataLab