If you want to download datasets from Sfaira, you need to specify a directory where the datasets are saved into. Additionally, when this function is called for the first time, a conda environment will be established and sfaira along all of its dependencies are installed. This can take some time but will be only performed one single time, as the environment can be re-used.
Examples
if (FALSE) {
sfaira_list <- setup_sfaira(basedir=tempdir())
}