netLoadAssembly: Load assembly.

Description Usage Arguments Examples

View source: R/netLoadAssembly.R

Description

Loads an assembly in the Clr (Common Language Runtime).

Usage

1
netLoadAssembly(filePath)

Arguments

filePath

Assembly file. It can be the full file path of the assembly, or a qualified assembly name.

Examples

1
2
3
4
5
6
7
8
## Not run: 
library(sharper)

pkgPath <- path.package("sharper")
f <- file.path(pkgPath, "tests", "AssemblyForTests.dll")
netLoadAssembly(f)

## End(Not run)

fdieulle/sharper documentation built on Aug. 1, 2020, 4:19 p.m.