Eflores89 / inegiR

R package to interact with INEGI API's :bar_chart: :chart_with_upwards_trend:
http://enelmargen.org/inegiR/
53 stars 12 forks source link

Series hits data.frame issue if it is not supported date type #24

Open Eflores89 opened 2 years ago

Eflores89 commented 2 years ago

inegiR::inegi_series("6207095692", token=token, database = "BISE")

Error in data.frame(date = d_dates, date_shortcut = d_aux, values = as.numeric(d$OBS_VALUE), : object 'd_dates' not found In addition: Warning message: In inegiR::inegi_series("6207095692", token = token, database = "BISE") : Time format is not supported. Only Anual, Trimestral, Monthly or Biweekly indicators are supported by this package. Data was downloaded but will be passed on as-is.