R/defunct.R

#' Get PubMed article ID by inputting the doi for the article.
#' @export
#' @param ... Args
#' @rdname alm-defunct
alm_pubmedid <- function(...)
{
  .Defunct("alm_ids", "alm", "Function removed, you can get this info using alm_ids")
}

#' Get PubMed Central article ID by inputting the doi for the article.
#' @export
#' @rdname alm-defunct
alm_pubmedcentid <- function(...)
{
  .Defunct("alm_ids", "alm", "Function removed, you can get this info using alm_ids")
}

#' Date when alt-metrics for the article (by DOI) data was last updated.
#' @export
#' @rdname alm-defunct
almupdated <- function(...) {
  .Defunct("alm_ids", "alm", "Function removed, you can get this info using alm_ids")
}

#' Get the date when article was last updated.
#' @export
#' @rdname alm-defunct
almdateupdated <- function(...) {
  .Defunct("alm_ids", "alm", "Function removed, you can get this info using alm_ids")
}


#' Alt-metrics total citations from all sources.
#' @export
#' @rdname alm-defunct
alm_totals <- function(...)
{
  .Defunct("alm_ids", "alm", "Function removed, you can get this info using alm_ids")
}

Try the alm package in your browser

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

alm documentation built on Jan. 15, 2017, 3:22 p.m.