Learn R Programming

raw (version 0.1.8)

InstallSuggestions: InstallSuggestions

Description

This function will install the full set of suggested packages.

Usage

InstallSuggestions(pkg = "raw", quiet, ...)

Arguments

pkg

Name of the package for which you want to install suggestions

quiet

Include additional messages while installing?

...

Additional named arguments passed to `install.packages`

Value

A character vector indicating which packages were installled.

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
  InstallSuggestions()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab