install_staticrypt {staticryptR} | 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.