| scitation_df | R Documentation |
Coerce scitations to a data.frame
scitation_df(..., .list = NULL)
... |
objects of class |
.list |
a list, with only objects of class |
#x <- scitation("article", 'petkun2016', doi = "10.7717/peerj.2399")
#scitation_df(x)
x <- scitation(
"Article", "cui2016",
title = "Short and long term representation of an unfamiliar tone distribution",
author = "Anja X. Cui and Charlette Diercks and Nikolaus F. Troje and Lola L. Cuddy",
journaltitle = "The Journal Title",
date = "2016-08-30")
# any number of inputs of class scitation
scitation_df(x, x, x)
# inputs of class scitation in a list
scitation_df(.list = list(x, x, x, x))
# from DOI
# scitation_df(as.scitation("10.7717/peerj.1126"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.