wrapper: Wrapper function to use sveval as a command line tool

View source: R/wrapper.R

wrapperR Documentation

Wrapper function to use sveval as a command line tool

Description

Wrapper functions that reads arguments and runs sveval.

Usage

wrapper(subcmd = c("", "sveval", "mergetsvs"), args = commandArgs(TRUE))

Arguments

subcmd

which subcommand to use. Default is ” which prints the list of available subcommands

args

vector of arguments. By default, reads them from the command line.

Value

return code (0: success, 1: error)

Author(s)

Jean Monlong


jmonlong/sveval documentation built on July 31, 2023, 7:50 p.m.