R/get_delcolumns.R

Defines functions get_delcolumns

Documented in get_delcolumns

#' @title Get default columns to delete
#' @description Returns the default list of columns that will be deleted.
#' @return A character vector containing the default column names to be excluded.
#' @export
get_delcolumns <- function() {
  columns <- c("LCCN", "month", "DOI", "URL", "NOTE", "TYPE", "ANNOTATION", "KEYWORDS", "SHORTTITLE", "abstract")
  return(toupper(columns))
}
zoushucai/journalabbr documentation built on Dec. 6, 2024, 4:41 p.m.