lib_write: Write identified packages to a new (or append to existing)...

Description Usage Arguments Examples

Description

The bibliography of identified packages can be saved in two formats (plain-text or bibtex). Currently, the function does not recognize the text format from the file ending, so ensure to set the argument appropriately.

Usage

1
lib_write(libs, path_out, append, textformat = TRUE)

Arguments

libs

Character (string) of package name(s) or Dataframe with a column "Package".

path_out

Character. Path to new or existing bibliography file

append

Logical. Determines if package bibliography should be appended or not

textformat

Logical. Determines if plain-text or bibtex format should be used

Examples

1
2
3
4
5
## Not run: 

lib_write(libs, ".", append = FALSE)

## End(Not run)

the-Hull/lib2bib documentation built on May 21, 2019, 12:35 a.m.