load_pcr: Load AEL Data from Disk

View source: R/load.R

load_pcrR Documentation

Load AEL Data from Disk

Description

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.

Usage

load_pcr(
  date = Sys.Date(),
  directory = "V:/EPI DATA ANALYTICS TEAM/COVID SANDBOX REDCAP DATA/MSR PCR/",
  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.