Skip to contents

Add .bib file template to help cite the datasets in a package from our universe.

Usage

add_bib(database, dataset)

Arguments

database

Name of the database dataset is a part of

dataset

Name of the dataset

Value

A .bib template saved to the data-raw folder to be completed

Examples

if (FALSE) {
add_bib("states", "COW")
}