Learn R Programming

cdrcR (version 0.1.1)

listCDRC: 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()

Arguments

Value

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

Examples

Run this code
if (FALSE) {
dataset_list <- listCDRC()
View(dataset_list)
}

Run the code above in your browser using DataLab