logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Filippo Rusconi <lopippo@debian.org>

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)

See Also