create_markets: Create list of market identifiers.

Description Usage Arguments Value Examples

View source: R/create_markets.R

Description

Create list of market identifiers.

Usage

1
create_markets(geog_id, time_id)

Arguments

geog_id

Variable that represents geographical market identifier as a string.

time_id

Variable that represents time identifier as a string.

Value

A list containing geog_id and time_id.

Examples

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")

lachlandeer/demandr documentation built on May 21, 2019, 12:04 p.m.