Description Usage Arguments Value Examples
View source: R/create_markets.R
Create list of market identifiers.
1 | create_markets(geog_id, time_id)
|
geog_id |
Variable that represents geographical market identifier as a string. |
time_id |
Variable that represents time identifier as a string. |
A list containing geog_id
and time_id
.
1 2 3 4 5 6 | # cross section data
create_markets(geog_id = "state", time_id = NULL)
# time series data
create_markets(geog_id = NULL, time_id = "year")
# panel data
create_markets(geog_id = "state", time_id = "year")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.