| scitation | R Documentation |
Make a scitation
scitation(type, key = NULL, ..., .list = list())
type |
type of work |
key |
a key for your entry |
... |
key-value pairs, depends on work type, see
|
# 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
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.