if (FALSE) {
# Start the dashboard without parameters
# This opens the application with a welcome screen where data can be imported
surveyDashboard()
# Basic usage with minimal parameters
data("camtraps")
data("recordTableSample")
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"
)
}
Run the code above in your browser using DataLab