ui <- fluidPage( mainPanel( titlePanel("All metals (ppm)"), leafletOutput("metals") ) ) server <- function(input,output){ output$metals <- renderLeaflet({ ...
確定! 回上一頁