load_sas | R Documentation |
Load Cleaned Data from SAS Program
load_sas( directory = "V:/EPI DATA ANALYTICS TEAM/COVID SANDBOX REDCAP DATA/Data for R/", dataset = c("positive_ppl", "negative_ppl", "positive_pcr", "negative_pcr"), ext = c("csv", "xlsx") )
directory |
A string indicating the directory of the file to read |
dataset |
A string indicating which dataset to read |
ext |
The file extension to search for - "csv" by default |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.