init_ilo: R tools to manipulate ilo datasets code / label

Description Usage Arguments Value Specification Examples

View source: R/init_ilo.r

Description

wraper for filter(string::str_detect(string, pattern))

init ilo packages by loading codelist and cluster for parallel computation

Usage

1
2
3

Arguments

df

ilo tbl data frame to manipulate.

...

Specification of columns and pattern.

...

Specification for extenal update.

Value

a tbl data frame

ilo an R environment that contains cluster and codelist

Specification

To learn more about ilo, start with the online vignettes: help_ilo()

others functions allow advanced manipulation.

To learn more about ilo, start with the online vignettes: help_ilo()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run:
res <- get_ilo(ref_area = 'AFG')

res %>% filter_ilo(note_source = 'T3')
## End(**Not run**)
init_ilo()

ilo
ilo %>% names
ilo$lastupdate
ilo$code %>% names
ilo$code$cl_country

dbescond/ilo documentation built on Dec. 10, 2019, 10:01 a.m.