pkgconfig | R Documentation |
This function will return the path of the shared memory header or
the flags that are used to compile the package
for the developers who want to use C++ level implementation of the
SharedObject
package
pkgconfig(x)
x |
Character, "PKG_LIBS" or "PKG_CPPFLAGS" |
path to the header or compiler flags
SharedObject:::pkgconfig("PKG_LIBS")
SharedObject:::pkgconfig("PKG_CPPFLAGS")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.