getbib: Title

Description Usage Arguments Value

View source: R/getbib.R

Description

Title

Usage

1
2
3
4
5
6
7
8
getbib(
  file_path = "ref.bib",
  URL = "http://drsmorey.org/bibtex/bibfile.php",
  refresh_days = 0,
  copy_to_current = FALSE,
  convert_from = NULL,
  convert_to = NULL
)

Arguments

file_path

Where to save the bib file

URL

URL of the bib file

refresh_days

How old the existing file can be before it is refreshed

copy_to_current

Copy the file to the current directory for backup?

convert_from

NULL to not use iconv; otherwise string giving encoding

convert_to

string giving encoding; only used if 'convert_from' is non-null

Value

Returns a path to the bib file


richarddmorey/RcompileSlides documentation built on April 17, 2020, 3:24 a.m.