Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the user guide for the big picture.

nilearn.datasets.fetch_bids_langloc_dataset#

nilearn.datasets.fetch_bids_langloc_dataset(data_dir=None, verbose=1)[source]#

Download language localizer example bids dataset.

Parameters:
data_dirpathlib.Path or str, optional

Path where data should be downloaded. By default, files are downloaded in home directory.

verboseint, default=1

Verbosity level (0 means no message).

Returns:
data_dirstring

Path to downloaded dataset.

downloaded_fileslist of string

Absolute paths of downloaded files on disk.