setFileOption: Set a PBS File Path Option Interactively

View source: R/projectFuns.r

setFileOptionR Documentation

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

Note

If all the required arguments are missing, it is assumed that the function is being called by a GUI widget.

Author(s)

Anisa Egeli, Vancouver Island University, Nanaimo BC

See Also

setPathOption, setPBSoptions

Examples

## Not run: 
local(envir=.PBSmodEnv,expr={
  setPathOption("editor")
})

## End(Not run)

PBSmodelling documentation built on Nov. 9, 2023, 5:07 p.m.