Ropj-package {Ropj}R Documentation

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.

Details

This package exports a single function, read.opj, that tries to read an OPJ file and return a list of objects that it consists of.

No write support seems to be planned in the foreseeable future.

References

https://sourceforge.net/projects/liborigin/: the liborigin implementation used by this package. Seems to be maintained as of 2021.

Examples

## Not run: x <- read.opj('data.opj')

[Package Ropj version 0.3-5 Index]