Learn R Programming

RInno (version 1.0.1)

install_nodejs: Downloads and installs nodejs

Description

Suports Nodejs's "current" and "lts" versions - LTS - Current

Usage

install_nodejs(page_with_download_url = "https://nodejs.org/en/download/",
  version = "LTS", ...)

Arguments

page_with_download_url

nodejs download url.

version

character. "current" or "lts". Defaults to "lts"

...

extra parameters to pass to install.URL

Value

TRUE/FALSE - was the installation successful or not.

Details

As an asynchronous event driven JavaScript runtime, Node is designed to build scalable network applications.

See About for more information.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
install_nodejs()
install_nodejs(version = "current")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab