codegen_load_all_sas_data {DescrTab2} | R 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"))
[Package DescrTab2 version 2.1.16 Index]