Learn R Programming

dynutils (version 1.0.4)

install_packages: Install packages, but first ask if interactive

Description

Install packages, but first ask if interactive

Usage

install_packages(..., is_interactive = interactive())

Arguments

...

The names of the packages to be installed

is_interactive

Whether running interactivly, which will prompt the user before installation

Examples

Run this code
# NOT RUN {
install_packages("SCORPIUS")
# }

Run the code above in your browser using DataLab