R/collar.R

#' @title collar Utilities to help people get their data from GPS collars or other sensors
#'
#' @description Modern GPS collars send data to end users via clunky websites, email accounts or proprietary applications. The purpose of this package is to automate the process of accessing your data.
#'
#' To learn more about collar, start with the vignettes:
#' coming soon=(
#'
#' @section Package options:
#' \describe{
#' \item{`none`}{There are no package specific options at this time}
#' }
#'
#' @import rlang
#' @import tibble
#' @importFrom rlang !! !!! := .data
#' @importFrom magrittr %>%
#' @importFrom utils head tail data askYesNo
"_PACKAGE"
Huh/collar documentation built on Aug. 5, 2022, 11:02 p.m.