View source: R/initialize_optparse.R
initialize_optparse | R Documentation |
creates an optparse template from a function and its arguments
initialize_optparse(func_name, func_path = NULL, out_path = NULL)
func_name |
name of function [type: string] |
func_path |
path to function (optional) |
out_path |
path to write optparsed file (optional) |
initialize_optparse("pmid2doi")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.