def_package {dynwrap} | R Documentation |
Meta information on the package in which the TI function resides
Description
Meta information on the package in which the TI function resides
Usage
def_package(remote, name, function_name)
Arguments
remote |
The github repository handle |
name |
The name of the package |
function_name |
The name of the function |
Examples
def_package(
remote = "rcannood/SCORPIUS",
name = "SCORPIUS",
function_name = "ti_scorpius"
)
[Package dynwrap version 1.2.4 Index]