load_integrated_data: Load Data from the Integrated Data Tool REDcap Project

View source: R/load.R

load_integrated_dataR Documentation

Load Data from the Integrated Data Tool REDcap Project

Description

load_integrated_data loads data from the Integrated Data Tool REDcap project. It is designed to be used in conjuction with download_integrated_data.

Usage

load_integrated_data(
  date = Sys.Date(),
  directory = paste0("V:/EPI DATA ANALYTICS TEAM/COVID SANDBOX REDCAP DATA/",
    "Integrated data tool Case Interviews/data/"),
  ext = "csv"
)

Arguments

date

A Date object indicating the date of the data file to load

directory

A string specifying the directory in which to search for files containing date

ext

The file type to search for

Value

A link[tibble]{tibble} containing the data from the specified file


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