| fs_help | R Documentation | 
This function takes in the function and returns the help from Freesurfer for that function
fs_help(func_name, help.arg = "--help", extra.args = "", ...)
| func_name | Freesurfer function name | 
| help.arg | Argument to print help, usually "–help" | 
| extra.args | Extra arguments to be passed other than 
 | 
| ... | additional arguments to  | 
Prints help output and returns output as character vector
if (have_fs()) {
fs_help(func_name = "mri_watershed")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.