censup: Gets Data from CenSup (Censo da Educação Superior)

Description Usage Arguments Value Examples

Description

Downloads, unpacks, imports, organizes and formats microdata from CenSup editions

Usage

1
censup(years)

Arguments

years

years to get from INEP site informed in download.page.url or from the directory informed in zip.path, both parameters of Options() function. It should be a vector of either integers or strings.

Value

A list of lists, indexed by the years present in year that could be processed.

For each year in years, either one list is returned in case of success (total or partial) or NULL is returned in case of complete lack of success.

In case of success, the item for each year will be a list containing the following fields:

There might be one or more of the following additional fields in the following conditions:

Examples

1
2
# getting data from years 2014 to 2016
enem(2014:2016)

zyxdef/inepdata documentation built on May 8, 2019, 11:59 p.m.