Skip to contents

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 utils::install.packages().

Value

NULL

Examples

# \donttest{
if (interactive()) {
    install_formats()
}
# }