atomizer: atomizer

Description Usage Arguments Examples

View source: R/atomizer.R

Description

atomizer

Usage

1
atomizer(path_ref, path_new, funcs)

Arguments

path_ref

path to reference package, end of path is pkg name

path_new

path to new package, end of path is pkg name

funcs

function(s) to extract

Examples

1
2
3
4
5
6
7
## Not run: 
atomizer(path_ref = "../rredlist", path_new = "../foobar", funcs = "rl_citation")
devtools::install("../foobar")
library("foobar")
foobar::rl_citation()

## End(Not run)

ropenscilabs/atomize documentation built on Aug. 20, 2020, 3:55 p.m.