powered by
A conversion of a Eurostat time format to numeric.
eurotime2num(x)
a charter string with time information in Eurostat time format.
see as.numeric().
as.numeric()
Bi-annual, quarterly and monthly data is presented as fraction of the year in beginning of the period. Conversion of daily data is not supported.
Other helpers: cut_to_classes(), dic_order(), eurotime2date(), harmonize_country_code(), label_eurostat()
cut_to_classes()
dic_order()
eurotime2date()
harmonize_country_code()
label_eurostat()
# NOT RUN { na_q <- get_eurostat("namq_10_pc", time_format = "raw") na_q$time <- eurotime2num(x = na_q$time) unique(na_q$time) # }
Run the code above in your browser using DataLab