install_packages {dynutils}R Documentation

Check package availability

Description

If the session is interactive, prompt the user whether to install the packages.

Usage

install_packages(..., try_install = interactive())

Arguments

...

The names of the packages to be checked

try_install

Whether running interactivly, which will prompt the user before installation

Examples

## Not run: 
install_packages("SCORPIUS")

## End(Not run)

[Package dynutils version 1.0.11 Index]