R/defunct.R

Defines functions get_coords

Documented in get_coords

#' @title  Defunct functions in hydroscoper
#'
#' @description  These functions are no longer available in \pkg{hydroscoper}.
#'
#' @param ... Defunct function's parameters
#'
#' @details  Defunct functions:
#'
#' \itemize{
#'  \item \code{\link{get_coords}}: This function is defunct. Please use
#'  \code{\link{hydro_coords}} to convert Hydroscope's points raw format to a
#'  tidy data frame.
#' }
#'
#' @name hydroscoper_defunct
NULL

#' @rdname hydroscoper_defunct
#' @export get_coords
get_coords <- function(...) {
  .Defunct(msg = "'get_coords' has been removed from this package")
}

Try the hydroscoper package in your browser

Any scripts or data that you put into this service are public.

hydroscoper documentation built on May 14, 2021, 5:08 p.m.