Print current configurations

bconf

# S3 method for bconf
print(x, ...)

Format

An object of class bconf of length 1.

Arguments

x

A bconf object.

...

Other parameters.

Value

A bconf object.

Details

This function is only for printing. Use bsub_opt() to change configurations.

You simply type bconf (without the brackets) in the interactive R console.

Examples

bconf
#> Configurations for bsub:
#>   * user for connecting submission node: guz
#>   ! submission node is not defined
#>   * global R version: 4.3.1
#>   * command to call `Rscript`:
#>      "Rscript" foo.R
#>   * temporary directory: ~/.bsub_temp
#> 
#> Configurations can be modified by `bsub_opt()` function