View source: R/payload_SENSOR_DATA.R
get_sensor_column | R Documentation |
Parse a column of sensor data
get_sensor_column( payload, indices, bytesInValue, is_signed, endianness, scale_factor, label )
payload |
raw. The payload to parse |
indices |
vector giving the starting index of each record to be parsed |
bytesInValue |
integer. Length of payload entry |
is_signed |
logical. Is encoded value signed? |
endianness |
character. Is endianness big or little? |
scale_factor |
numeric. Scale factor for binary-to-unit conversions |
label |
character. The column label |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.