sipd_conflicts {SIPDIBGE} | R Documentation |
Indicate conflicts of the packages inside SIPDIBGE
Description
This function describes conflicts between functions of the packages inside SIPDIBGE and another installed packages.
Usage
sipd_conflicts(survey = NULL)
Arguments
survey |
Name of the household survey for reference package information. If |
Value
A vector with conflicts of functions 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_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.
sipd_update for indicating the existence of an update for the packages inside SIPDIBGE.
Examples
sipd_conflicts()
# Presenting information about the COVIDIBGE package
sipd_conflicts(survey="COVID")
# Presenting information about the PNADcIBGE package
sipd_conflicts(survey="PNADC")
# Presenting information about the PNDSIBGE package
sipd_conflicts(survey="PNDS")
# Presenting information about the PNSIBGE package
sipd_conflicts(survey="PNS")
# Presenting information about the POFIBGE package
sipd_conflicts(survey="POF")