Nothing
#' Movement of 10 "Newfoundland Bog Cows"
#'
#' A dataset containing the GPS relocations of 10 individuals in winter
#' 2016-2017.
#'
#' @format A data.table with 14297 rows and 5 variables: \describe{
#' \item{ID}{individual identifier} \item{X}{X coordinate of the relocation
#' (UTM 36N)} \item{Y}{Y coordinate of the relocation (UTM 36N)}
#' \item{datetime}{character string representing the date time}
#' \item{population}{sub population within the individuals} }
#'
#' @name DT
#'
#' @examples
#' # Load data.table
#' library(data.table)
#' \dontshow{data.table::setDTthreads(1)}
#'
#' # Read example data
#' DT <- fread(system.file("extdata", "DT.csv", package = "spatsoc"))
NULL
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.