This function returns a list of headings related to SNAP Shiny apps.

snapp_titles(type)

Arguments

type

character, "label", "title" or "sub".

Value

a vector of headings.

Details

Labels are generally shown above an app showcase widget. Titles are generally the top line heading over the image link inside the widget. Subtitles are for smaller text below.

Examples

snapp_titles("label")
#> [1] "RV distributions" "Climate distributions" #> [3] "Alaska wildfire projections" "Climate model analysis" #> [5] "Community climate outlooks" "Leaflet and Shiny observers" #> [7] "Northwest Territories" "Alaska sea ice maps" #> [9] "CMIP3/CMPI5 climate" "Alaska daily precipitation" #> [11] "Alaska & Canada climate" "GBM example" #> [13] "Monty Hall" "plot3D examples" #> [15] "Random Forest example" "ALFRESCO launcher" #> [17] "Alaska weather stations" "Random variables v1" #> [19] "Random variables v2" "Random variables v3" #> [21] "Random variables v4" "Sea ice coverage" #> [23] "Sea ice and winds" "Temperature and winds" #> [25] "Tree rings"