dyn.load {rust} R Documentation

Foreign Function Interface

Description


Load or unload DLLs (also known as shared objects), and test whether a
C function or Fortran subroutine is available.

Usage

dyn.load(x);

Arguments

x

a character string giving the pathname to a DLL, also known as a dynamic shared object. (See ‘Details’ for what these terms mean.). [as string]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type any kind.

clr value class

Examples


[Package rust version 2.33.856.6961 Index]