Description Format Source Examples
This dataset lists basic information (title, authors, keywords etc.) for 20 scientific articles on avian ecology, stored in .ris format.
A list of length 20, containing lists of named attributes for each article.
Originally downloaded from Scopus.
1 2 3 4 5 6 | file_location <- system.file(
"extdata",
"avian_ecology_bibliography.ris",
package = "revtools")
x <- read_bibliography(file_location)
summary(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.