save_report_date: Save Report Dates to 'fst' File

View source: R/report_date.R

save_report_dateR Documentation

Save Report Dates to fst File

Description

save_report_date() is a simple wrapper around write_fst() that saves reduced report date data to an fst file. It exists purely for convenience and semantic clarity; it can only be used with the output of coalesce_report_date() or add_collection_date().

Usage

save_report_date(
  .data,
  save_as = path_create("V:/EPI DATA ANALYTICS TEAM/COVID SANDBOX REDCAP DATA/",
    "Report Date Linelist/report_date_linelist", ext = "fst")
)

Arguments

.data

A tibble returned from coalesce_report_date() or add_collection_date()

save_as

The write path to the new fst file

Value

The input data (invisibly)


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