mni_dataset_figshare_link: Links from Figshare to MNI data

Description Usage Format Examples

Description

Links from Figshare to MNI data

Usage

1

Format

A data.frame with columns

url

download url MNI

name

filename to download

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
df = mni_datasets()
dim(df)
## Not run: 
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)

## End(Not run)

muschellij2/mni documentation built on May 30, 2019, 2:13 p.m.