Learn R Programming

LightLogR (version 0.10.0)

supported_versions: Get all the supported device-formats in LightLogR

Description

Returns all the supported versions for device-formats in LightLogR.

Usage

supported_versions(device = NULL)

Value

A list of tibbles (or just a tibble if device is provided) containing the device name, version names, a logical that indicates whether this is the version that is used by default, and a description.

Arguments

device

optionally specify a device to only show entries for this devices

Details

This list contains all data formats for each device. These formats can be used through import_Dataset() with the respective version. When there are no entries for a device, this device has only one known format.

See Also

import_Dataset, supported_devices

Examples

Run this code
supported_versions()

Run the code above in your browser using DataLab