Learn R Programming

inline (version 0.3.6)

getDynLib-methods: Retrieve the dynamic library (or DLL) associated with a package of a function generated by cfunction

Description

The getDynLib function retrieves the dynamic library (or DLL) associated with a package or with a function generated by cfunction

Arguments

See Also

getLoadedDLLs, dyn.load

Examples

Run this code
getDynLib( "base" )

f <- cfunction( signature() , "return R_NilValue ;" )
getDynLib( f )

Run the code above in your browser using DataLab