scrap_pubmed: Main function

View source: R/scrap_pubmed.R

scrap_pubmedR Documentation

Main function

Description

Main function

Usage

scrap_pubmed(
  PMID_list,
  filename_base,
  n_cites_threshold = 2,
  n_refers_treshold = 2,
  pubmed_api_key,
  year_left,
  year_right = substr(Sys.Date(), 1, 4)
)

Arguments

PMID_list

A character vector of PMIDs of interesting papers.

filename_base

A character contains path to output and filename base

n_cites_threshold

An integer. The minimum number of papers that a given article should refer to.

n_refers_treshold

An integer. The minimum number of papers that a given article should refer to.

pubmed_api_key

Your pubmed API key.

Value

List of two data.frame's. First – about papers that cites given PMID_list, second – about papers on which refer given PMID_list.


hazirliver/PubmedScraper documentation built on April 14, 2022, 9:58 p.m.