View source: R/compile-package.R
compile_package | R Documentation |
quick()
functions in a package.This will compile all quick()
functions in an R package, and
generate source files in the src/
directory.
compile_package(path = ".")
path |
Path to an R package |
Note, this function is automatically invoked during a pkgload::load_all()
call.
Called for its side effect.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.