install_formats {rio} | R Documentation |
Install rio's ‘Suggests’ Dependencies
Description
This function installs various ‘Suggests’ dependencies for rio that expand its support to the full range of support import and export formats. These packages are not installed or loaded by default in order to create a slimmer and faster package build, install, and load.
Usage
install_formats(...)
Arguments
... |
Additional arguments passed to |
Value
NULL
Examples
if (interactive()) {
install_formats()
}
[Package rio version 1.2.1 Index]