diff --git a/HARP-2020-2021/Cumulative Impact River Mile/shiny app development/cia_test_app_reactive.R b/HARP-2020-2021/Cumulative Impact River Mile/shiny app development/cia_test_app_reactive.R index 4d8b04ab..4733ae78 100644 --- a/HARP-2020-2021/Cumulative Impact River Mile/shiny app development/cia_test_app_reactive.R +++ b/HARP-2020-2021/Cumulative Impact River Mile/shiny app development/cia_test_app_reactive.R @@ -4,6 +4,7 @@ library(plotly) library(hydrotools) library(leaflet) library(DT) +library(rapportools) #PS3_5990_6161 #OR2_7900_7740 @@ -285,4 +286,4 @@ server <- function(input, output) { # Run the application -shinyApp(ui = ui, server = server) \ No newline at end of file +shinyApp(ui = ui, server = server)