| load_pcr | R Documentation |
load_pcr() loads PCR data from a file into a tibble.
It is essentially a wrapper around load_data with defaults
specific to PCR data.
load_pcr(
date = Sys.Date(),
directory = "V:/EPI DATA ANALYTICS TEAM/COVID SANDBOX REDCAP DATA/MSR PCR/",
ext = c("csv", "xlsx")
)
date |
The |
directory |
The directory to search in using |
ext |
The extension of the file to load |
A tibble containing the loaded data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.