Learn R Programming

eurostat (version 2.2.1)

eurotime2num: Conversion of Eurostat Time Format to Numeric

Description

A conversion of a Eurostat time format to numeric.

Usage

eurotime2num(x)

Arguments

x
a charter string with time information in Eurostat time format.

Value

see as.numeric.

Details

Bi-annual, quarterly and monthly data is presented as fraction of the year in beginning of the period.

Examples

Run this code
## Not run: 
#    lp <- get_eurostat("namq_aux_lp", time_format = "raw")
#    lp$time <- eurotime2num(x = lp$time)
#    
#    un <- get_eurostat("une_rt_m", time_format = "raw")
#    un$time <- eurotime2num(x = un$time)
#    
#    lpa <- get_eurostat("nama_aux_lp", time_format = "raw")
#    lpa$time <- eurotime2num(x = lpa$time)
#    
#    eur_d <- get_eurostat("ert_bil_eur_d", time_format = "raw")
#    eur_d$time <- eurotime2num(x = eur_d$time)
#    ## End(Not run)

Run the code above in your browser using DataLab