DANGERlistcodeDS {dsDanger}R Documentation

lists the code for a function

Description

list the code for a named fucntion in a named package

Usage

DANGERlistcodeDS(package.name = NULL, function.name = NULL)

Arguments

package.name

a vector of character containing a package name

function.name

a vector of character containing a function name

Details

Serverside aggregate function DANGERsearchDS called by clientside function

Value

a vector of character containing the code for the function, or a stop error message

Author(s)

Stuart Wheater, DataSHIELD Team.


[Package dsDanger version 6.2.0 ]