mni_dataset_figshare_link | R Documentation |
Links from Figshare to MNI data
mni_dataset_figshare_link
A data.frame
with columns
download url MNI
filename to download
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.