Learn R Programming

LightLogR (version 0.5.3)

supported_devices: Get all the supported devices in LightLogR

Description

Returns a vector of all the supported devices in LightLogR.

Usage

supported_devices()

Arguments

Value

A character vector of all 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().

See Also

import_Dataset

Examples

Run this code
supported_devices()

Run the code above in your browser using DataLab