Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. #' City Prices Indexes
  2. #'
  3. #' A dataset of price index codes for 46 of the main Mexican cities.
  4. #' @format A data frame with 46 rows and 2 variables:
  5. #' \describe{
  6. #' \item{city}{Name of city}
  7. #' \item{id}{indicator id, to be passed to inegi_series}
  8. #' }
  9. #' @source INEGI. Accesed Jan 2018.
  10. #' @author Eduardo Flores
  11. "city_prices"
  12.  
  13.  
  14. ### ///////////////////////////// WARNING WHEN RUNNING R CMD CHECK
  15. ### Variables with usage in documentation object 'city_prices' but not in code: 'city_prices'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement