Description
Import Origin(R) Project Files.
Description
Read the data from Origin(R) project files ('*.opj') <https://www.originlab.com/doc/User-Guide/Origin-File-Types>. No write support is planned.
README.md
Ropj
The goal of this package is to provide the ability to import Origin(R) OPJ files. The only function, read.opj(file)
, uses liborigin to parse the file and build a list of its contents. No write support is planned, since it's absent in liborigin.
The package is available on CRAN.
Submodules
If you want to clone the Git repo of this package, don't forget the --recursive
flag. Otherwise, use git submodule update --init --recursive
after you cloned it.