Learn R Programming

PBSmodelling (version 2.67.266)

setPathOption: Set a PBS Path Option Interactively

Description

Set a PBS option by browsing for a directory. This function provides an alternative to using setPBSoptions when setting an option that has a path as its value.

Usage

setPathOption(option)

Arguments

option
name PBS option to change

See Also

setFileOption, setPBSoptions

Examples

Run this code
## Not run: 
# local(envir=.PBSmodEnv,expr={
#   setPathOption("myPath")
# })
# ## End(Not run)

Run the code above in your browser using DataLab