View source: R/list_content_areas.R
list_content_areas | R Documentation |
Lists the content areas available on the CDC Tracking Network. Content areas are the highest level of categorization on the CDC Tracking Network.
list_content_areas(token = NULL)
token |
An optional argument to submit a Tracking API token acquired from trackingsupport(AT)cdc.gov as a quoted string. It is recommended that you save your token using the tracking_api_token() function so that you don't need to enter your token when you run this function. It will be automatically pulled from you .Renviron file. |
This function returns a data frame containing all content area names, shortNames, and IDs.
## Not run:
#return a comprehensive inventory of all content areas
list_content_areas()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.