shinyIstat: shinyIstat

View source: R/shinyIstat.R

shinyIstatR Documentation

shinyIstat

Description

A graphic interface that makes searching, downloading and filtering data sets from Istat easier. Call shinyIstat() to get started. This shinyApp was built using the same functions of istat package but they have been adapted for the shiny. You will find additional information and help inside the app.

Usage

shinyIstat()

Value

It opens the app.

Note

Calling a ShinyApp equals to calling a R function. For this reason, once called shinyIstat(), R will be busy processing it until the app will be closed. As a consequence, all other R functionalities can be processed only when the app is closed.

Examples

if(interactive()) {
  shinyIstat()
}

istat documentation built on Sept. 11, 2024, 7:17 p.m.