do_prelim_tidy_sc: Preliminary Tidy Up of the Demographics and Sample Collection...

View source: R/do_prelim_tidy_sc.R

do_prelim_tidy_scR Documentation

Preliminary Tidy Up of the Demographics and Sample Collection Data Table

Description

Preliminary Tidy Up of the Demographics and Sample Collection Data Table

Usage

do_prelim_tidy_sc(
  sample_collection_tbl,
  date_fmt = c("%m/%d/%y"),
  time_zone = "America/New_York"
)

Arguments

sample_collection_tbl

Tibble obtained from read_demographics_csv()

date_fmt

Format used to specify dates (Default: MM/DD/YYYY)

time_zone

Time zone for collection time (Default: "America/New_York")

Value

Tibble with the Sample Collection and the deidentified Demographics Data organized to make it convenient to update deidentified DB database


CUGBF/deidentifiedDB documentation built on Sept. 13, 2023, 6:28 a.m.