| surf_convert | R Documentation | 
This function calls mri_convert to convert a measure
from surfaces to an ASCII file and reads it in.
surf_convert(file, outfile = NULL, ...)
file | 
 (character) input filename of curvature measure  | 
outfile | 
 (character) output filename (if wanted to be saved)  | 
... | 
 Additional arguments to pass to   | 
data.frame
if (have_fs()) {
   fname = file.path(fs_subj_dir(), "bert", "surf", "lh.thickness")
   out = surf_convert(fname)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.