Learn R Programming

PBSmodelling (version 2.68.6)

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")
})
# }

Run the code above in your browser using DataLab