pnadc_example {PNADcIBGE} | R Documentation |
Get the path of the quarter PNADC toy example files
Description
This function provides the path of the microdata from quarter 4 of year 2017 of the PNADC toy example files, loaded with this package.
Usage
pnadc_example(path = NULL)
Arguments
path |
Name of file. If |
Value
A vector with names of all the available quarter PNADC toy example files or the path for specific requested quarter PNADC toy example file.
Note
For more information, visit the survey official website <https://www.ibge.gov.br/estatisticas/sociais/trabalho/9171-pesquisa-nacional-por-amostra-de-domicilios-continua-mensal.html?=&t=o-que-e> and consult the other functions of this package, described below.
See Also
get_pnadc for downloading, labeling, deflating and creating survey design object for PNADC microdata.
read_pnadc for reading PNADC microdata.
pnadc_labeller for labeling categorical variables from PNADC microdata.
pnadc_deflator for adding deflator variables to PNADC microdata.
pnadc_design for creating PNADC survey design object.
Examples
pnadc_example()
pnadc_example(path="exampledata.txt")
pnadc_example(path="input_example.txt")
pnadc_example(path="dictionaryexample.xls")
pnadc_example(path="deflatorexample.xls")