install_packages {dynutils}R Documentation

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

## Not run: 
install_packages("SCORPIUS")

## End(Not run)

[Package dynutils version 1.0.4 Index]