#' Walk through Cincinnati Zoo and Botanical Gardens
#'
#' A dataset containing latitude and longitude coordinates recorded during a walk through
#' the Cincinnati Zoo and Botanical Gardens.
#'
#' @format A data frame with 10,363 rows and 3 variables:
#' \describe{
#' \item{Date_Time}{datetime of logged coordinates}
#' \item{lat}{latitude}
#' \item{lon}{longitude}
#' }
"zoo_trip"
#' Walk through Friendship Park
#'
#' A dataset containing latitude and longitude coordinates recorded during a walk in
#' Theodore M. Berry International Friendship Park in Cincinnati, OH
#'
#' @format A data frame with 3,156 rows and 3 variables:
#' \describe{
#' \item{Date_Time}{datetime of logged coordinates}
#' \item{lat}{latitude}
#' \item{lon}{longitude}
#' }
"friendship"
#' Car transit and walking trip through Woodland Mound
#'
#' A dataset containing latitude and longitude coordinates recorded during car
#' transit and a walk through Woodland Mound in Cincinnati, OH
#'
#' @format A data frame with 1,279 rows and 3 variables:
#' \describe{
#' \item{Date_Time}{datetime of logged coordinates}
#' \item{lat}{latitude}
#' \item{lon}{longitude}
#' }
"woodland"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.