XARF
An R package for reading and writing XARF format as described by realKD-wiki.
Install
In order to install the package one is need to install 'devtools' library.
install.packages("devtools")
Then our package can be installed from GitHub
devtools::install_github("AlekseyBuzmakov/XARF")
Usage
For the moment only function write.xarf
is provided. See help of R.