The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

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')

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.