Description Usage Arguments Value Examples
View source: R/results_to_df.R
Convert Neurovault results output to a data.frame
1  | results_to_df(results)
 | 
results | 
 Results list from the content of a   | 
A data.frame of the output
1 2 3  | res = nv_collection(doi = "10.1016/j.neurobiolaging.2012.11.002")
results = res$content$results
df = results_to_df(results)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.