Learn R Programming

dynwrap (version 1.2.4)

def_package: 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

Run this code
def_package(
  remote = "rcannood/SCORPIUS",
  name = "SCORPIUS",
  function_name = "ti_scorpius"
)

Run the code above in your browser using DataLab