Skip to content
/ neurone-r Public

An R-package for reading physiologic signal data recorded with a Mega Electronics neurOne Device

License

Notifications You must be signed in to change notification settings

bwrc/neurone-r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An R-package for reading physiologic signal data recorded with a Mega Electronics neurOne Device

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages