View source: R/fsl_helper_functions.R
add_custom_feat_syntax | R Documentation |
Helper function to find/replace or insert additional arguments to include in FSF syntax for a FEAT model.
add_custom_feat_syntax(fsf_syntax, feat_args, lg = NULL)
fsf_syntax |
a character vector containing all fsf syntax |
feat_args |
a named list |
If a tag already exists in the fsf syntax, it is replaced by the custom argument
in feat_args
. If the tag does not exist, it is inserted.
a modified version of fsf_syntax
that now includes all custom
arguments from feat_args
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.