Learn R Programming

SIPDIBGE (version 0.2.1)

sipd_sitrep: Indicate version information of the packages inside SIPDIBGE

Description

This function describes version information of the packages inside SIPDIBGE.

Usage

sipd_sitrep(survey = NULL)

Value

A vector with version information of the packages inside SIPDIBGE.

Arguments

survey

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

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_update for indicating the existence of an update for the packages inside SIPDIBGE.

Examples

Run this code
# \donttest{
sipd_sitrep()
# Presenting information about the COVIDIBGE package
sipd_sitrep(survey="COVID")
# Presenting information about the PNADcIBGE package
sipd_sitrep(survey="PNADC")
# Presenting information about the PNDSIBGE package
sipd_sitrep(survey="PNDS")
# Presenting information about the PNSIBGE package
sipd_sitrep(survey="PNS")
# Presenting information about the POFIBGE package
sipd_sitrep(survey="POF")# }

Run the code above in your browser using DataLab