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.
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.
install.packages("unisensR")
install.packages("devtools")
library(devtools)
::install_github('Unisens/unisensR') devtools
library(unisensR)
<- readUnisensValuesEntry('C:/path/to/unisens/folder', 'Location.csv')
location <- readUnisensEventEntry('C:/path/to/unisens/folder', 'SMS.csv')
sms <- readUnisensStartTime('C:/path/to/unisens/folder') startTime
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.