README.md

ibextor

This package is a successor to IBEX.to.R package, which I posted a few years ago here. The current package is a much cleaner re-write of the old code, and has a couple of new feautures.

The goal of the package is to facilitate loading experimental data generated on Ibex into R. Ibex data are stored in a simple .csv file, so loading it into R per se is easy. However, multiple preprocessing steps have to be carried on such raw data. The functions in this package automatically perform many of such steps:

Functions overview

Data loading functions

Several functions are available, corresponding to the main default Ibex controllers:

In the most basic case one would just pass the name of the file with Ibex result as the single parameter, and the functions will return pre-processed data in a data.frame. See documentation for additional options (e.g. specifying columns to be deleted)

Subject info function

get_subj_info()

In the most basic case, again, it is enough to pass the name of the file with Ibex results. A couple of parameters are of immediate interest, however:

Installation

devtools::install_github("antonmalko/ibextor")

Notice that the package is still being developed and tested.



antonmalko/ibextor documentation built on May 25, 2019, 2:26 p.m.