Description Methods See Also Examples
The getDynLib
function retrieves the dynamic library (or DLL)
associated with a package or with a function generated by
cfunction
signature(x = "CFunc")
Retrieves the dynamic
library associated with the function generated by cfunction
.
The library is dynamically loaded if necessary.
signature(x = "CFuncList")
Retrieves the dynamic
library associated with a set of functions generated by cfunction
.
The library is dynamically loaded if necessary.
signature(x = "character")
Retrieves the dynamic library of the given name. This typically refers
to package names, but can be any name of the list returned by
getLoadedDLLs
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.