Description Usage Arguments Details
Function called when loading the rClr package with 'library'.
1 | .onLoad(libname = "~/R", pkgname = "rClr")
|
libname |
the path to the library from which the package is loaded |
pkgname |
the name of the package. |
The function looks by default for the rClr native library for the Mono runtime. If the platform is Linux, this is the only option. If the platform is Windows, using the Microsoft .NET runtime is an option. If the rClr native library for MS.NET is detected, the Microsoft .NET runtime is loaded in preference to Mono.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.