R/polmineR-defunct.R

Defines functions mail

Documented in mail

#' Defunct functionality
#' 
#' @aliases polmineR-defunct
#' @param ... Any arguments that have been used by defunct functions/methods.
#' @name polmineR-defunct
#' @rdname polmineR-defunct
NULL


#' @export
#' @rdname polmineR-defunct
mail <- function(...){
  .Defunct(
    msg = paste(
      "The 'mail()' method is defunct and has been removed from the polmineR package.",
      "Use the buttons designed for exporting data of the DataTables tables instead.",
      collapse = " "
    )
  )
}
PolMine/polmineR documentation built on Nov. 9, 2023, 8:07 a.m.