| tidy_grid | R Documentation | 
tidy_grid is a function to convert result of 'rxtracto_3D' or 'rxtractogon' to "tidy" long-format
tidy_grid(response, as_tibble = TRUE)
response | 
 data frame returned from 'rxtracto_3D'()' or 'rxtractogon()'  | 
as_tibble | 
 whether to return as tibble or datafrome  | 
a dataframe in long-format
MBsst_tidy <-tidy_grid(MBsst)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.