graph_foo_similar: Citation_by main function

View source: R/graph_foo_similar_articles.R

graph_foo_similarR Documentation

Citation_by main function

Description

Creates similar articles graph and corresponding data.frame with additional info about the number of citations of each paper.

Usage

graph_foo_similar(
  PMID_list,
  output_filename_base,
  n_similar_threshold = 2,
  year_left,
  year_right = substr(Sys.Date(), 1, 4)
)

Arguments

PMID_list

A character vector of PMIDs.

output_filename_base

A character with path to output folder plus filename base.

n_cites_threshold

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

Value

A data.frame with info about papers that are similar to a given PMID_list.


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