scitation: Make a scitation

View source: R/scitation.R

scitationR Documentation

Make a scitation

Description

Make a scitation

Usage

scitation(type, key = NULL, ..., .list = list())

Arguments

type

type of work

key

a key for your entry

...

key-value pairs, depends on work type, see work_types

Examples

# scitation("article", doi = "10.7717/peerj.1126")
scitation(
 "article", 
 'petkun2016', 
 doi = "10.7717/peerj.1126",
 author = "foobar",
 title = "That and this and stuff and things",
 journaltitle = "Stuff And Things",
 year = 2001
)

scitation(
 "book", 
 'deGroot2015', 
 doi = "10.1007/978-1-349-22928-4",
 author = "de Groot, Joanna; Maynard, Mary",
 title = "Women's Studies in the 1990s",
 year = 2015
)

ropenscilabs/scitations documentation built on May 18, 2022, 8:31 p.m.