getLoadedCFun: Get the information of loaded C functions/routines in a...

View source: R/getLoadedCFun.R

getLoadedCFunR Documentation

Get the information of loaded C functions/routines in a package or shared object (so or dll)

Description

Get the information of loaded C functions/routines in a package or shared object (so or dll)

Usage

getLoadedCFun(package)

Arguments

package

package name or shared object name

Value

DLLRegisteredRoutines or NULL if no C function is found

Examples

## Not run: 
tmp = getLoadedCFun("base")
tmp
class(tmp)

library(Matrix)
getLoadedCFun("Matrix")

library(devtools)
getLoadedCFun("devtools")

## End(Not run)

paodan/funcTools documentation built on April 1, 2024, 12:01 a.m.