| find_bracketed_arguments | R Documentation | 
Parses strings to find abstract functions (of the format SIFUNC[ARG1][ARG2][ARG3] and extract the arguments from that function and replace it with actual functions and any additional arguments needed
find_bracketed_arguments(str, pattern, replace = "", narg, op = "[", cp = "]")
str | 
 string containing the prototype function call  | 
pattern | 
 string indicating the start of the function eg.   | 
replace | 
 string to replace   | 
narg | 
 number of arguments to prototype function  | 
op | 
 string used to indicating open parenthesis  | 
cp | 
 string used to indicating close parenthesis  | 
string containing the actual function call/code built from the prototype function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.