Learn R Programming

neurovault (version 0.5.4)

results_to_df: Convert Neurovault results output to a data.frame

Description

Convert Neurovault results output to a data.frame

Usage

results_to_df(results)

Arguments

results

Results list from the content of a nv command

Value

A data.frame of the output

Examples

Run this code
# NOT RUN {
res = nv_collection(doi = "10.1016/j.neurobiolaging.2012.11.002")
results = res$content$results
df = results_to_df(results)
# }

Run the code above in your browser using DataLab