R/defunct.r

Defines functions epmc_tm_count epmc_tm dblinkdata dblinkcount parse_ftxt lablinkxml get_references get_citations get_fulltext get_journal_info get_comments get_author get_chemicals get_grants get_MESH search_publications

search_publications <- function(...)
{
  .Defunct("epmc_search", "europepmc", "Function removed,
           you can get this info using epmc_search")
}

get_MESH <- function(...)
{
  .Defunct("epmc_details", "europepmc", "Function removed,
           you can get this info using epmc_details")
}


get_grants <- function(...)
{
  .Defunct("epmc_details", "europepmc", "Function removed,
           you can get this info using epmc_details")
}


get_chemicals <- function(...)
{
  .Defunct("epmc_details", "europepmc", "Function removed,
           you can get this info using epmc_details")
}


get_author <- function(...)
{
  .Defunct("epmc_details", "europepmc", "Function removed,
           you can get this info using epmc_details")
}


get_comments <- function(...)
{
  .Defunct("epmc_details", "europepmc", "Function removed,
           you can get this info using epmc_details")
}


get_journal_info <- function(...)
{
  .Defunct("epmc_details", "europepmc", "Function removed,
           you can get this info using epmc_details")
}


get_fulltext <- function(...)
{
  .Defunct("epmc_details", "europepmc", "Function removed,
           you can get this info using epmc_details")
}


get_citations <- function(...)
{
  .Defunct("epmc_citations", "europepmc", "Function removed,
           you can get this info using epmc_citations")
}


get_references <- function(...)
{
  .Defunct("epmc_refs", "europepmc", "Function removed,
           you can get this info using epmc_refs")
}


lablinkxml <-function(...)
{
  .Defunct("lablinkxml", "europepmc", "Function removed.")
}


parse_ftxt <-function(...)
{
  .Defunct("parse_ftxt", "europepmc", "Function removed, use epmc_ftxt instead")
}


dblinkcount <-function(...)
{
  .Defunct("dblinkcount", "europepmc", "Function removed,
           use epmc_db_count instead")
}


dblinkdata <-function(...)
{
  .Defunct("dblinkdata", "europepmc", "Function removed, use epmc_db instead")
}

epmc_tm <- function(...)
{
  .Defunct("epmc_tm", "europepmc", "Function removed,
           use annotations_by_id instead")
}

epmc_tm_count <- function(...)
{
  .Defunct("epmc_tm_count", "europepmc", "Function removed,
           use annotations_by_id instead")
}
ropensci/europepmc documentation built on Nov. 30, 2023, 12:43 a.m.