VPSPulse Mirrors

High-Performance Open-Source Archive

README

unisensR

This Library provides functions to import Unisens data into R. Unisens is a universal data format for multi sensor data.

Currently it supports to read CSV ValuesEntries and EventEntries with comma separated values and BIN SignalEntries in int16 and int32 data types.

How to install unisensR

From CRAN

install.packages("unisensR")

From GitHub

install.packages("devtools")
library(devtools)
devtools::install_github('Unisens/unisensR')

How to use unisensR

library(unisensR)
location <- readUnisensValuesEntry('C:/path/to/unisens/folder', 'Location.csv')
sms <- readUnisensEventEntry('C:/path/to/unisens/folder', 'SMS.csv')
startTime <- readUnisensStartTime('C:/path/to/unisens/folder')

Need mirroring services?
Contact our team at info@vpspulse.com.

Mirror powered by VPSpulse

Infrastructure sponsored by VPSPulse & Secure Payments by ArionPay.