sipd_update: Indicate version updates of the packages inside SIPDIBGE

View source: R/sipd_update.R

sipd_updateR Documentation

Indicate version updates of the packages inside SIPDIBGE

Description

This function describes version updates of the packages inside SIPDIBGE.

Usage

sipd_update(survey = NULL)

Arguments

survey

Name of the household survey for reference package information. If NULL, presents the information of all the packages inside this collection.

Value

A vector with version updates of the packages inside SIPDIBGE.

Note

For more information, visit the survey official website <https://www.ibge.gov.br/> and consult the other functions of this package, described below.

See Also

sipd_conflicts for indicating conflicts of the packages inside SIPDIBGE.
sipd_deps for indicating dependencies of the packages inside SIPDIBGE.
sipd_logo for showing logos of the packages inside SIPDIBGE.
sipd_packages for indicating the packages inside SIPDIBGE.
sipd_sitrep for indicating version information for the packages inside SIPDIBGE.

Examples


sipd_update()
# Presenting information about the COVIDIBGE package
sipd_update(survey="COVID")
# Presenting information about the PNADcIBGE package
sipd_update(survey="PNADC")
# Presenting information about the PNDSIBGE package
sipd_update(survey="PNDS")
# Presenting information about the PNSIBGE package
sipd_update(survey="PNS")
# Presenting information about the POFIBGE package
sipd_update(survey="POF")

SIPDIBGE documentation built on Nov. 21, 2023, 9:07 a.m.