Skip to contents

Launches a Shiny application to interactively browse and consult Argentina's historical census data.

Usage

arcenso_app()

Value

Launches the Shiny application (invisibly returns the result of shiny::runApp()).

Examples

if (interactive()) {
  arcenso_app()
}