Nothing
setClass("ParserDef",
representation(
option_defs = "list"
),
prototype(
option_defs = list()
)
)
setGeneric( 'define_option',
function (obj, new_setting) { standardGeneric('define_option')}
)
setGeneric( 'get_defined_option_correspondence',
function (obj) { standardGeneric('get_defined_option_correspondence')}
)
setGeneric( 'parse_with_defs',
function (obj, cmd_args) { standardGeneric('parse_with_defs')}
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.