Nothing
# (Note: Behind the scenes, shinytest2 intelligently intercepts this
# and runs pkgload::load_all() so it tests the current dev code!)
library(camtrapR)
# load test data
data("camtraps")
data("recordTableSample")
# Call shiny app function
surveyDashboard(
CTtable = camtraps,
recordTable = recordTableSample,
xcol = "utm_x",
ycol = "utm_y",
crs = "epsg:32650", # = UTM50N
stationCol = "Station",
setupCol = "Setup_date",
retrievalCol = "Retrieval_date",
CTdateFormat = "dmy"
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.