initialize_optparse: initialize_optparse

View source: R/initialize_optparse.R

initialize_optparseR Documentation

initialize_optparse

Description

creates an optparse template from a function and its arguments

Usage

initialize_optparse(func_name, func_path = NULL, out_path = NULL)

Arguments

func_name

name of function [type: string]

func_path

path to function (optional)

out_path

path to write optparsed file (optional)

Examples

initialize_optparse("pmid2doi")

epongpipat/eepR documentation built on June 5, 2024, 10:03 a.m.