listCDRC {cdrcR}R 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)

[Package cdrcR version 0.1.1 Index]