create_dir_links: Create the Links to the Inst/ Directory

Description Usage Arguments Value Examples

View source: R/create_dir_links.R

Description

Creates links between target directories and the inst/ directory.

Usage

1
create_dir_links(link_dir = "inst", targets = list())

Arguments

link_dir

the path of the directory where the new links will be created (e.g., "inst")

targets

a list of directory paths to which a link will be created

...

parameters to be passed on to R.utils::createLink()

Value

NULL

Examples

1
2
3
4
5
6
7
8
## Not run: 

create_dir_links(link_dir = "inst"
               targets = list("extdata","intdata", "documents"),
               overwrite = TRUE)


## End(Not run)

tiernanmartin/drakepkg documentation built on March 11, 2020, 3:11 a.m.