Skip to content

Instantly share code, notes, and snippets.

@cpsievert
Created September 19, 2019 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cpsievert/9767a7379eada3f072100507467bba98 to your computer and use it in GitHub Desktop.
Save cpsievert/9767a7379eada3f072100507467bba98 to your computer and use it in GitHub Desktop.
---
title: "Subapp test"
output: html_document
runtime: shiny
---
Check your JS console for errors
```{r}
library(shiny)
library(leaflet)
shinyApp(
ui = leaflet() %>% addTiles(),
server = function(input, output, session) {}
)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment