Micro_check_dta_series: helper to check dta columns and value present over times...

View source: R/Micro_check_dta_series.r

Micro_check_dta_seriesR Documentation

helper to check dta columns and value present over times series

Description

Support for recoding variable, check ?car::Recode, for labelling variable

Usage

Micro_check_dta_series(
  ref_area = NULL,
  source = NULL,
  timefrom = NULL,
  timeto = NULL,
  freq = "all",
  CMD = FALSE
)

Arguments

ref_area

character for selection of country (iso3 code), mandatory if path is not set.

source

character for selection of source (as ilo micro spelling, ie. LFS), mandatory if path is not set.

timefrom

, character, time, use for specific datasets period, default NULL.

timeto

, character, time, use for specific datasets period, default NULL.

freq

, default 'all', else Annual, 'A', else or quarterly 'Q' or Monthly 'M'

CMD

, default FALSE, if true return str with cmd line for all Published and Ready Country/Source

Examples

## Not run:


Micro_check_dta_series(ref_area = 'IND', source = 'PLFS')



 # run all in parallel

cmd <- Micro_check_dta_series(CMD = TRUE)
 run_parallel_ilo(cmd)

 # then add this command to clear up entry file
  Micro_check_variable(STORE = TRUE)


## End(**Not run**)

dbescond/iloMicro documentation built on Oct. 1, 2023, 4 p.m.