Learn R Programming

io (version 0.3.2)

io_supported: Determine input-output support for data or file type

Description

This function returns whether a type is supported by qread or qwrite.

Usage

io_supported(type)

Arguments

type

data or file type

Value

a data.frame with logical entries; TRUE if type is supported, FALSE otherwise

Examples

Run this code
# NOT RUN {
io_supported("rds")

# }

Run the code above in your browser using DataLab