ds.DANGERlistcode {dsDangerClient}R Documentation

list the code for a function

Description

list the code for a function deployed on the serverside.

Usage

ds.DANGERlistcode(package.name, function.name, datasources = NULL)

Arguments

package.name

a vector of character containing a package name

function.name

a vector of character containing a function.name

datasources

specifies the particular 'connection object(s)' to use.

Details

list the code for a function deployed on the serverside. The function is specified by package name and functions name.

Value

a vector of character strings giving the code listing from studies.

Author(s)

Stuart Wheater, DataSHIELD Team, 2020


[Package dsDangerClient version 6.2.0 ]