View source: R/utils-database.R
| create_temp_eyeris_database | R Documentation |
Creates a unique temporary database for use in parallel jobs to avoid concurrency issues. The temporary database is named using process ID and timestamp to ensure uniqueness.
create_temp_eyeris_database(
bids_dir,
base_db_path = "my-project",
verbose = FALSE
)
bids_dir |
Path to the BIDS directory containing derivatives |
base_db_path |
Base database name (e.g., "my-project") |
verbose |
Whether to print verbose output |
List containing database connection and temp database path
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.