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.
listCDRC()
A dataframe of the datasets available to request with the API.
## Not run:
dataset_list <- listCDRC()
View(dataset_list)
## End(Not run)