DOKK / manpages / debian 12 / librdata0 / librdata.3.en
LIBRDATA(3) librdata LIBRDATA(3)

librdata - Manipulating GNU R data with C/C++

librdata is a shared object library (*.so file)

The librdata shared object library is aimed at providing C/C++ developers an application programming interface for reading and writing R data frames.

  • 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

This man page was written by Filippo Rusconi <lopippo@debian.org> with contents excerpted from https://github.com/WizardMac/librdata.

Filippo Rusconi <lopippo@debian.org>

Filippo Rusconi

20210325 1