Description Usage Arguments Details Value Author(s) Examples
Suports Nodejs's "current" and "lts" versions - LTS - Current
1 2 | install_nodejs(page_with_download_url = "https://nodejs.org/en/download/",
version = "LTS", ...)
|
page_with_download_url |
nodejs download url. |
version |
character. "current" or "lts". Defaults to "lts" |
... |
extra parameters to pass to |
As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications.
See About for more information.
TRUE/FALSE - was the installation successful or not.
Tal Galili, A. Jonathan R. Godfrey, and Jonathan M. Hill
1 2 3 4 5 | ## Not run:
install_nodejs()
install_nodejs(version = "current")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.