Learn R Programming

microdadosBrasil (version 0.0.0.9000)

get_import_dictionary: Returns fwf dictionary

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

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

Run this code
# NOT RUN {
get_import_dictionary(dataset = "CensoEscolar", i = 1996, ft = "escola")
# }

Run the code above in your browser using DataLab