This dataset lists basic information (title, authors, keywords etc.) for 20 scientific articles on avian ecology, stored in .ris format.

Format

A list of length 20, containing lists of named attributes for each article.

Source

Originally downloaded from Scopus.

Examples

file_location <- system.file(
  "extdata",
  "avian_ecology_bibliography.ris",
  package = "revtools")
x <- read_bibliography(file_location)
summary(x)
#>     label               type              author              year          
#>  Length:20          Length:20          Length:20          Length:20         
#>  Class :character   Class :character   Class :character   Class :character  
#>  Mode  :character   Mode  :character   Mode  :character   Mode  :character  
#>     title             journal             volume             pages          
#>  Length:20          Length:20          Length:20          Length:20         
#>  Class :character   Class :character   Class :character   Class :character  
#>  Mode  :character   Mode  :character   Mode  :character   Mode  :character  
#>    abstract           keywords             doi           
#>  Length:20          Length:20          Length:20         
#>  Class :character   Class :character   Class :character  
#>  Mode  :character   Mode  :character   Mode  :character