Skip to content

Instantly share code, notes, and snippets.

@Eflores89
Created July 9, 2019 09:18
Show Gist options
  • Save Eflores89/58ce5be8fae4fc2b96048a0d83bed3df to your computer and use it in GitHub Desktop.
Save Eflores89/58ce5be8fae4fc2b96048a0d83bed3df to your computer and use it in GitHub Desktop.
#' City Prices Indexes
#'
#' A dataset of price index codes for 46 of the main Mexican cities.
#' @format A data frame with 46 rows and 2 variables:
#' \describe{
#' \item{city}{Name of city}
#' \item{id}{indicator id, to be passed to inegi_series}
#' }
#' @source INEGI. Accesed Jan 2018.
#' @author Eduardo Flores
"city_prices"
### ///////////////////////////// WARNING WHEN RUNNING R CMD CHECK
### Variables with usage in documentation object 'city_prices' but not in code: 'city_prices'
@Eflores89
Copy link
Author

I'm saving city_prices in data/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment