io_supported {io}R Documentation

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

io_supported("rds")


[Package io version 0.3.2 Index]