README.md

neurone

neurone is an R-package for reading physiologic data recorded with a neurOne device.

Installation

To install the neurone package in R, proceed as follows in R.

First install the devtools-package and load it:

   install.packages("devtools")
   library(devtools)

You can now install the neurone package:

   install_github("bwrc/neurone-r")

Usage

To read data data recorded with a neurOne device into R:

library(neurone)
datapath <- "/tmp/my_recording/"
recording <- read.neurone(datapath)

The variable datapath here refers to the neurone directory containing the files Protocol.xml, Session.xml etc.



bwrc/neurone-r documentation built on May 13, 2019, 9:19 a.m.