load_nbs | R Documentation |
load_nbs()
loads NBS data from a file into a tibble
.
It is essentially a wrapper around load_data
with defaults
specific to NBS data.
load_nbs( date = Sys.Date(), directory = paste0("V:/EPI DATA ANALYTICS TEAM/COVID SANDBOX REDCAP DATA/", "Sandbox data pull Final/"), 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.