Skip to content

This library is a prototype to demonstrate how to use the unisens file format in R.

Notifications You must be signed in to change notification settings

Unisens/unisensR

Repository files navigation

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

About

This library is a prototype to demonstrate how to use the unisens file format in R.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages