explore: Explore a CSV file or a data.frame stored in a Rdata file

View source: R/explore.R

exploreR Documentation

Explore a CSV file or a data.frame stored in a Rdata file

Description

Opens the shiny application that allows you to explore a CSV file or a data.frame stored in a Rdata file.

Usage

explore(...)

Arguments

...

Additional arguments passed to runApp.

Details

This function runs the Shiny application including in this package. It is basically a wrapper for runApp.

Value

The Shiny application is opened in your browser. To stop the function from running you have to cancel the command using ctrl + c or the equivalent shortcut in your system.

Author(s)

Stephen Semick, Leonardo Collado-Torres

References

For more information on what a Shiny app is check http://shiny.rstudio.com/

Examples

## Not run: 
## Open the Shiny application
explore()
## Remember to cancel the command to get back to the R console once you are done analyzing your own data.

## End(Not run)

LieberInstitute/shinycsv documentation built on May 8, 2023, 7:27 p.m.