Learn R Programming

revtools (version 0.4.1)

avian_ecology_bibliography: Bibliographic data from 20 papers on avian ecology

Description

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

Arguments

Format

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

Examples

Run this code
# NOT RUN {
file_location <- system.file(
  "extdata",
  "avian_ecology_bibliography.ris",
  package = "revtools")
x <- read_bibliography(file_location)
summary(x)
# }

Run the code above in your browser using DataLab