View source: R/node_functions.R
install_staticrypt | R Documentation |
Installs Staticrypt globally using npm if it is not already installed. Requires Node.js and npm to be installed on your system.
install_staticrypt(force = FALSE)
force |
Logical. If |
This function checks if Node.js and npm are available, then installs
Staticrypt globally using npm. If force
is FALSE
, it prompts the user
for confirmation before proceeding with the installation.
Logical. Returns TRUE
if installation was successful, FALSE
otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.