inst/example/app/ui.R

#' The Shiny app that plots the map of Sweden.
#' 
#' This app pinpoints a location in Sweden.
#' 
#' @import shiny 
#' @import plotly
#' 




ui <- fluidPage(
  
  textInput("text", label = h3("Text input"), value = "Linkoping"),
  
   hr(),
   fluidRow(column(3, verbatimTextOutput("value"))),
   plotly::plotlyOutput("mPlot")
  
)
Vinay-b-a/Lab05 documentation built on May 14, 2019, 7:16 p.m.