Description Usage Arguments Value Examples
List the names of loaded CLR assemblies
1 | clrGetLoadedAssemblies(fullname = FALSE, filenames = FALSE)
|
fullname |
should the full name of the assemblies be returned |
filenames |
if TRUE, return a data frame where the second column is the URI (usually file path) of the loaded assembly. |
the names of loaded CLR assemblies
1 2 3 4 5 | ## Not run:
library(rClr)
clrGetLoadedAssemblies()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.