librdata - Manipulating GNU R data with C/C++
Contents
Copyright
Filippo Rusconi
1 20210325 LIBRDATA(3)
Description
The librdata shared object library is aimed at providing C/C++ developers an application programming
interface for reading and writing R data frames.
Examples
• To include files from the librdata library, write an inclusion statement of this sort:
#include <rdata/rdata.h>
• To link to the rdata library add a linker flag: -lrdata.
• To CMake-find the package: find_package(RData)
• To CMake-configure the package: find_package(RDataConfig.cmake)
• To use the pkgconfig system: pkg-config --help pkg-config --libs rdata
Man Page Production
This man page was written by Filippo Rusconi <lopippo@debian.org> with contents excerpted from
https://github.com/WizardMac/librdata.
Name
librdata - Manipulating GNU R data with C/C++
Synopsis
librdata is a shared object library (*.so file)
