similar_articles: Similar_articles function

View source: R/similar_articles.R

similar_articlesR Documentation

Similar_articles function

Description

Download data about papers that are similar to given PMID_list from PubMed by PMID character vector with download_similar and returns data.frame.

Usage

similar_articles(PMID_list, year_left, year_right = substr(Sys.Date(), 1, 4))

Arguments

PMID_list

A character vector of PMIDs of interests papers.

year_left

Shows left time interval for output

year_right

Shows right time interval for output. Default - current year.

Value

If available data is not NULL. then returns data.frame with data about papers that are similar to PMID_list.


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