Learn R Programming

chevron (version 0.2.7)

script: Create Script for TLG Generation

Description

Create Script for TLG Generation

Usage

script_funs(x, adam_db, args, name = deparse(substitute(x)))

# S4 method for chevron_tlg script_funs(x, adam_db, args, name = deparse(substitute(x)))

# S4 method for chevron_simple script_funs(x, adam_db, args, name = deparse(substitute(x)))

Value

character that can be integrated into an executable script.

Arguments

x

(chevron_tlg) input.

adam_db

(string) the name of the dataset.

args

(string) the name of argument list.

name

(string) name of the template.

Examples

Run this code
script_funs(aet04, adam_db = "syn_data", args = "args")

Run the code above in your browser using DataLab