Links from Figshare to MNI data
mni_dataset_figshare_link
A data.frame
with columns
- url
download url MNI
- name
filename to download
Examples
df = mni_datasets()
dim(df)
#> [1] 30 5
if (FALSE) {
df = dplyr::left_join(df, mni_dataset_figshare_link, by = "url")
head(df)
dim(df)
df = dplyr::left_join(df, mni_figshare, by = "name")
head(df)
dim(df)
}