Learn R Programming

biblio (version 0.0.9)

synopsis: References by Lueber and Pliscoff (2018)

Description

Example of an object formatted as lib_df. This library is published with the references of the book Bioclimatic and vegetational synopsis of Chile by Luebert and Pliscoff (2017).

Usage

synopsis

Arguments

Format

An object of class lib_df (inherits from data.frame) with 1701 rows and 23 columns.

Examples

Run this code
data(synopsis)

## Import from installed bibtex file
synopsis <- read_bib(x = file.path(
  path.package("biblio"),
  "LuebertPliscoff.bib"
))

Run the code above in your browser using DataLab