pdc_read: Import a dataset from the CMS Provider Data Catalog

View source: R/FUNCTIONS.R

pdc_readR Documentation

Import a dataset from the CMS Provider Data Catalog

Description

Imports a dataset from the CMS Provider Data Catalog given a dataset identifier.

Usage

pdc_read(
  datasetid = NULL,
  ...
)

Arguments

datasetid

A dataset identifier. Used only if the download URL is not specified.

...

Additional arguments passed to readr::read_csv.

Value

A tibble::tibble

Author(s)

Alex Zajichek

Examples

pdc_read(
  datasetid = "qqw3-t4ie"
)

zajichek/carecompare documentation built on Sept. 5, 2024, 3:12 a.m.