Description Usage Arguments Functions
Define whether you want to use npm or yarn.
The default engine is npm
, it can be changed
globally by setting the environment variable
PARCEL_ENGINE
in .Rprofile
.
1 2 3 | set_engine(engine = c("npm", "yarn"))
get_engine()
|
engine |
Engine to use, either |
get_engine
: Retrieve defined engine.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.