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.