create_mtc_device_from_ts: Create a MTC device object from a merged time series data...

Description Usage Arguments Examples

Description

Create a MTC device object from a merged time series data frame

Usage

1
create_mtc_device_from_ts(merged_device, device_uuid = "unmerged_device")

Arguments

merged_device

An existing object of MTCDevice Class

device_uuid

UUID to be given to the device

Examples

1
2
3
data("example_mtc_device")
merged_device = merge(example_mtc_device)
create_mtc_device_from_ts(merged_device)

mtconnectR documentation built on May 1, 2019, 10:38 p.m.