| sipd_deps | R Documentation |
This function describes packages in dependencies list of the packages inside SIPDIBGE.
sipd_deps(survey = NULL)
survey |
Name of the household survey for reference package information. If |
A vector with packages in dependencies list of the packages inside SIPDIBGE.
For more information, visit the survey official website <https://www.ibge.gov.br/> and consult the other functions of this package, described below.
sipd_conflicts for indicating conflicts 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.
sipd_deps() # Presenting information about the COVIDIBGE package sipd_deps(survey="COVID") # Presenting information about the PNADcIBGE package sipd_deps(survey="PNADC") # Presenting information about the PNSIBGE package sipd_deps(survey="PNS")