This function returns a data frame with basic meta data for all Shiny apps in snapapps. This includes the following information:

snapps()

Value

a data frame.

Details

  • the app ID used for launching an app via snapp.

  • the app name.

  • a short description.

  • date originally published.

  • date most recently revised.

  • app complexity rating: beginner, intermediate, advanced or developer.

  • a status indicator of whether the app is complete or partial with respect to the canonical hosted app. For example, did the local app require available data sets to be reduced or removed the minimize its size in snapapps?

  • an indicator of whether the app relies on publicly accessible data stored on Amazon Web Services in order to minimize package size. When possible, AWS is used to ensure a packaged app can be offered as complete.

  • the canonical remote url.

  • the redirect url.

Examples

snapps()
#> # A tibble: 9 x 10 #> id name description published revised rating status aws url redirect #> <chr> <chr> <chr> <dbl> <dbl> <fct> <chr> <lgl> <chr> <chr> #> 1 rv RV di~ Distributi~ 2017 2017 Begin~ compl~ FALSE http~ http://~ #> 2 twe Tempe~ Coastal Al~ 2013 2017 Inter~ compl~ TRUE http~ http://~ #> 3 sic Sea i~ Alaska sea~ 2013 2017 Inter~ compl~ TRUE http~ http://~ #> 4 siw Sea i~ Coastal Al~ 2013 2017 Inter~ compl~ TRUE http~ http://~ #> 5 rv1 RV di~ Distributi~ 2013 2017 Begin~ compl~ FALSE http~ http://~ #> 6 rv2 RV di~ Distributi~ 2013 2017 Begin~ compl~ FALSE http~ http://~ #> 7 rv3 RV di~ Distributi~ 2013 2017 Begin~ compl~ FALSE http~ http://~ #> 8 rv4 RV di~ Distributi~ 2013 2017 Begin~ compl~ FALSE http~ http://~ #> 9 tring Tree ~ Climate an~ 2013 2017 Begin~ compl~ FALSE http~ http://~