write_record_list: Writes article title and citation data to file or stdout....

Description Usage Arguments Value

View source: R/rpubmed_io.R

Description

Writes article title and citation data to file or stdout. Can optionally also output abstracts and output as Markdown, with customisable line starts, e.g. for unordered lists

Usage

1
2
3
  write_record_list(articles, out_file = "",
    abstract_p = FALSE, markdown_p = FALSE,
    linestart = "* ")

Arguments

articles

A list of Pubmed Records e.g. as returned by fetch_in_chunks()

out_file

character file to write results to. Empty string returns to stdout

abstract_p

boolean Output the abstract?

linestart

Character string to add at the front of each line, controlling markdown output. Default is "* "

markdown_p

boolean Output as markdown?

Value

NULL


rpubmed documentation built on May 2, 2019, 5:25 p.m.