output$map <- renderLeaflet({ leaflet() %>% addTiles() }) # If I comment this line it works leafletOutput("map"). My environment: > ...
確定! 回上一頁