install_formats: Install rio's 'Suggests' Dependencies

View source: R/suggestions.R

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

Value

NULL

Examples


if (interactive()) {
    install_formats()
}


rio documentation built on Sept. 19, 2023, 5:06 p.m.