Description Usage Arguments Details
View source: R/bookdown_file_utils.R
In the case that vignettes use system.file to locate files for inclusion in the vignette, this function can create a symbolic link that links the 'destdir' to the system.file(...) location.
1 | linkSystemFiles(..., destdir, include_full_path = TRUE)
|
... |
passed to system.file |
destdir |
character(1) the base destitation directory |
include_full_path |
logical(1) should we include the actual path to the system.file() location. |
For 'include_full_path', if system.file(...) is '/usr/abc/123', if TRUE, the link will go from '/usr/abc/123' TO 'destdir/usr/abc/123'. If FALSE, the link will go from '/usr/abc/123' to 'destdir'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.