View source: R/mris_convert_vertex.R
| mris_convert_vertex | R Documentation | 
This function call mris_convert, 
using the -v option
mris_convert_vertex(opts = "", ...)
opts | 
 (character) additional options to 
  | 
... | 
 additional arguments to   | 
Result of mris_convert
if (have_fs()) {
 bert_surf_dir = file.path(fs_subj_dir(), "bert", "surf")
 asc_file = mris_convert_vertex(
 infile = file.path(bert_surf_dir, "lh.white")
 )  
 readLines(asc_file, n = 6)
 
} 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.