shinyIstat | R Documentation |
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.
shinyIstat()
It opens the app.
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.
if(interactive()) {
shinyIstat()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.