Print current configurations
bconf
# S3 method for bconf
print(x, ...)
An object of class bconf
of length 1.
A bconf
object.
Other parameters.
A bconf
object.
This function is only for printing. Use bsub_opt()
to change configurations.
You simply type bconf
(without the brackets) in the interactive R console.
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