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 = " "
    )
  )
}

Try the polmineR package in your browser

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

polmineR documentation built on Nov. 2, 2023, 5:52 p.m.