Skip to content

Commit

Permalink
in case the name was just too long
Browse files Browse the repository at this point in the history
  • Loading branch information
EJosephson committed May 16, 2024
1 parent 5b0219a commit 49872ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 88 deletions.
12 changes: 6 additions & 6 deletions Production/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ui <- dashboardPage(
,
menuItem("Map of Haulout Sites", tabName = "hauloutmap")
,
# menuItem("Gray Seal Pupping Data", tabName = "rectsel")
# ,
menuItem("Gray Seal Pupping Data", tabName = "rectsel")
,
menuItem("Harbor Seal Pupping Data", tabName = "Pvrectsel")
,
menuItem("2014/2015 Cape Cod Counts", tabName = "counts1415")
Expand All @@ -25,10 +25,10 @@ ui <- dashboardPage(
)
,
# # # # Second tab content
# tabItem(tabName = "rectsel",
# source('./scripts/rectangleSelectExample3.R', local = TRUE)$value
# )
# ,
tabItem(tabName = "rectsel",
source('./scripts/rectangleSelectHg.R', local = TRUE)$value
)
,
# # # # Second tab content
tabItem(tabName = "Pvrectsel",
source('./scripts/rectangleSelectPv2.R', local = TRUE)$value
Expand Down
82 changes: 0 additions & 82 deletions Production/scripts/rectangleSelectExample3.R

This file was deleted.

0 comments on commit 49872ad

Please sign in to comment.