supported_devices {LightLogR}R Documentation

Get all the supported devices in LightLogR

Description

Returns a vector of all the supported devices in LightLogR.

Usage

supported_devices()

Details

These are all supported devices where there is a dedicated import function. Import functions can be called either through import_Dataset() with the respective device = "device" argument, or directly, e.g., import$ActLumus().

Value

A character vector of all supported devices

See Also

import_Dataset

Examples

supported_devices()

[Package LightLogR version 0.9.2 Index]