read_demographics_csv: Read CSV file containing COVID19 Sample Collection and...

View source: R/read_demographics_csv.R

read_demographics_csvR Documentation

Read CSV file containing COVID19 Sample Collection and deidentified Demographics Data from REDDI

Description

Read CSV file containing COVID19 Sample Collection and deidentified Demographics Data from REDDI

Usage

read_demographics_csv(
  filepath,
  date_fmt = c("%m/%d/%y"),
  time_zone = "America/New_York"
)

Arguments

filepath

Path to the CSV file containing Sample Collection and deidentified Demographics Data

date_fmt

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

time_zone

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

Value

A tibble with the Sample Collection and the deidentified Demographics Data


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