Ropj-package | R Documentation |
Read the data from Origin(R) project files ('*.opj') <https://www.originlab.com/doc/User-Guide/Origin-File-Types>. No write support is planned.
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.
https://sourceforge.net/projects/liborigin/: the liborigin
implementation used by this package. Seems to be maintained as of 2021.
## Not run: x <- read.opj('data.opj')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.