Micro_get_workflow: helper to work with micro data preprocessing workflow

View source: R/Micro_get_workflow.r

Micro_get_workflowR Documentation

helper to work with micro data preprocessing workflow

Description

helper to work with micro data preprocessing workflow

Usage

Micro_get_workflow(
  ref_area = NULL,
  source = NULL,
  time = NULL,
  timefrom = NULL,
  timeto = NULL
)

Arguments

ref_area

character vector for selection of country (iso3 code), default NULL, all.

source

character vector for selection of source (as ilo micro spelling, ie. LFS), default NULL, all.

time

character vector for selection of time, default NULL, all.

Author(s)

ILO / bescond

Examples

## Not run:
## get all :

Micro_get_workflow()

## get only one ref_area one source:



Micro_get_workflow(ref_area = 'CRI', source = 'LFS')

## End(**Not run**)

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