load_nbs: Load NBS Data from Disk

View source: R/load.R

load_nbsR Documentation

Load NBS Data from Disk

Description

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.

Usage

load_nbs(
  date = Sys.Date(),
  directory = paste0("V:/EPI DATA ANALYTICS TEAM/COVID SANDBOX REDCAP DATA/",
    "Sandbox data pull Final/"),
  ext = c("csv", "xlsx")
)

Arguments

date

The Date to look for in the file name

directory

The directory to search in using find_file

ext

The extension of the file to load

Value

A tibble containing the loaded data


jesse-smith/coviData documentation built on Jan. 14, 2023, 11:08 a.m.