.get_url | R Documentation |
An internal function that creates the base url
address to be submitted as a http GET request by .get_dt
.
It initializes with the dataset name and optionally the vintage.
.get_url(dataset, vintage)
dataset |
A string that sets the name of the data set of interest (e.g. "acs/acs5"). This is a required parameter. |
vintage |
An optional numeric that sets the vintage of interest. |
Returns a url string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.