pof_example: Get the path of the POF toy example files

View source: R/example.R

pof_exampleR Documentation

Get the path of the POF toy example files

Description

This function provides the path of the microdata from year 2017-2018 of the POF toy example files, loaded with this package.

Usage

pof_example(path = NULL)

Arguments

path

Name of file. If NULL, the POF toy example files names will be listed.

Value

A vector with names of all the available POF toy example files or the path for specific requested POF toy example file.

Note

For more information, visit the survey official website <https://www.ibge.gov.br/estatisticas/sociais/trabalho/9050-pesquisa-de-orcamentos-familiares.html?=&t=o-que-e> and consult the other functions of this package, described below.

See Also

get_pof for downloading, labeling, deflating and creating survey design object for POF microdata.
read_pof for reading POF microdata.
pof_labeller for labeling categorical variables from POF microdata.
pof_deflator for adding deflator variables to POF microdata.
pof_design for creating POF survey design object.

Examples


pof_example()
pof_example(path="exampledata.txt")
pof_example(path="input_example.txt")
pof_example(path="dictionaryexample.xls")
pof_example(path="deflatorexample.xls")

POFIBGE documentation built on March 25, 2022, 1:05 a.m.