View source: R/access_sfaira.R
setup_sfaira | R Documentation |
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.
setup_sfaira(basedir)
basedir |
name of the directory, where the raw files will be downloaded into |
list with sfaira file directories; must be used as input for other sfaira based functions
setup_list <- setup_sfaira(basedir = tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.