pof_example: 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.
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.
# NOT RUN {pof_example()
pof_example(path="exampledata.txt")
pof_example(path="input_example.txt")
pof_example(path="dictionaryexample.xls")
pof_example(path="deflatorexample.xls")
# }