PBSmodelling (version 2.68.8)

setFileOption: Set a PBS File Path Option Interactively

Description

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

Usage

setFileOption(option)

Arguments

option

name PBS option to change

Author

Anisa Egeli, Vancouver Island University, Nanaimo BC

See Also

setPathOption, setPBSoptions

Examples

Run this code
if (FALSE) {
local(envir=.PBSmodEnv,expr={
  setPathOption("editor")
})
}

Run the code above in your browser using DataCamp Workspace