Micro_query_create: helper to prepare query

View source: R/Micro_query.r

Micro_query_createR Documentation

helper to prepare query

Description

faster method to recode, order, add label of categorical variables

Usage

Micro_query_create(query = NULL)

Arguments

path

dta or zip file path for loading ilo microdataset pre precessed, default = NULL.

Author(s)

ILO / bescond

Examples

## Not run:

# process the all time series validate in the workflowflow
 Micro_process(ref_area = 'ZAF', source = 'QLFS', saveCSV = TRUE, validate = TRUE, time = '2016Q1', print_ind = TRUE)


# run the entire process for one country only (go for publication on ilostat)
Micro_process(validate = TRUE, consolidate = '123', PUB = TRUE, skip = 'EULFS', ref_area ='ZAF', source = 'LFS')


# you could now rebuild, process 1 for a single time, then process 23
# use mainly for adding oe dataset to a series yet publish

Micro_query_create(query = "MICRO_TEST")




## End(**Not run**)

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