gen_bib_url: Generate bib citations for URLs for some given strings

Description Usage Arguments Value Examples

View source: R/gen-bib.R

Description

Generate bib citations for URLs for some given strings

Usage

1
gen_bib_url(handle, url, title = handle, date = Sys.Date(), clipboard = FALSE)

Arguments

handle

character - the name of the handle

url

character - the URL

title

character - the title for the bib reference. Default is to use the handle

date

character - the date accessed. Default is current date

clipboard

logical - do you want to use the clipboard? Default to FALSE

Value

string of the bib handle

Examples

1
2
gen_bib_url(handle = "wikipedia",
            url = "https://en.wikipedia.org/wiki/Main_Page")

njtierney/genbib documentation built on Jan. 3, 2020, 7:24 a.m.