Learn R Programming

COVIDIBGE (version 0.2.2)

covid_example: Get the path of the PNAD COVID19 toy example files

Description

This function provides the path of the microdata from month 5 of year 2020 of the PNAD COVID19 toy example files, loaded with this package.

Usage

covid_example(path = NULL)

Value

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

Arguments

path

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

See Also

get_covid for downloading, labeling, deflating and creating survey design object for PNAD COVID19 microdata.
read_covid for reading PNAD COVID19 microdata.
covid_labeller for labeling categorical variables from PNAD COVID19 microdata.
covid_deflator for adding deflator variables to PNAD COVID19 microdata.
covid_design for creating PNAD COVID19 survey design object.

Examples

Run this code
covid_example()
covid_example(path="exampledata.csv")
covid_example(path="dictionaryexample.xls")
covid_example(path="deflatorexample.xls")

Run the code above in your browser using DataLab