# get options
pipelineOptions = getPipelineOptions()
# list all names
ls(pipelineOptions)
# set pipeline options
setPipelineOptions("trace" = "disabled", "memorymonitor" = "disabled");
# get options
getPipelineOption("trace");
getPipelineOption("memorymonitor");
Run the code above in your browser using DataLab