supported_versions: Get all the supported device-formats in LightLogR

View source: R/supported_devices.R

supported_versionsR Documentation

Get all the supported device-formats in LightLogR

Description

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

Usage

supported_versions(device = NULL)

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.

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.

See Also

import_Dataset, supported_devices

Examples

supported_versions()

LightLogR documentation built on Nov. 28, 2025, 5:09 p.m.