Skip to contents

Gives an overview of the possible datasets you can use from the sfaira database

Usage

sfaira_overview(setup_list)

Arguments

setup_list

the sfaira setup; given by setup_sfaira

Value

a dataframe with information on each dataset

Examples

# \donttest{
setup_list <- setup_sfaira(basedir = tempdir())
#> AttributeError: module 'pandas.arrays' has no attribute 'ArrowStringArray'
# all_datasets <- sfaira_overview(setup_list)
# }