listCDRC: This function returns a list of all CDRC datasets that can be...

View source: R/listCDRC.R

listCDRCR Documentation

This function returns a list of all CDRC datasets that can be retrieved with this package. This function takes no arguments.

Description

This function returns a list of all CDRC datasets that can be retrieved with this package. This function takes no arguments.

Usage

listCDRC()

Value

A dataframe of the datasets available to request with the API.

Examples

## Not run: 
dataset_list <- listCDRC()
View(dataset_list)

## End(Not run)

cdrcR documentation built on March 31, 2023, 11:32 p.m.