View and edit package configuration variables

Config()

Examples

ntConfig <- Config()

# View maximum cores that will be requested via SLURM
.config$maxCores
#> Error: object '.config' not found
  
if (FALSE) { # \dontrun{
  # Override default matrix directory
  ntConfig$matrixDir <- "path/to/my/matrices" 
} # }