get_import_dictionary: Returns fwf dictionary

Description Usage Arguments Examples

View source: R/dictionary_functions.r

Description

The dictionaries used in this package are stored in lists. get_import_dictionary() is a wrapper to search dictionaries based on dataset name, period and file type.

Usage

1
get_import_dictionary(dataset, i, ft)

Arguments

dataset

name of the dataset, between quotes. If a wrong name is set in this parameter you will see a list of the available datasets.

i

period, usually year

ft

file type.

Examples

1
2
3
4
## Not run: 
get_import_dictionary(dataset = "CensoEscolar", i = 1996, ft = "escola")

## End(Not run)

lucasmation/microdadosBrasil documentation built on Dec. 6, 2019, 7:14 p.m.