View source: R/supported_devices.R
| supported_versions | R Documentation |
Returns all the supported versions for device-formats in LightLogR.
supported_versions(device = NULL)
device |
optionally specify a device to only show entries for this devices |
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.
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.
import_Dataset, supported_devices
supported_versions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.