write.gwl: Write worklist to file

View source: R/base.R

write.gwlR Documentation

Write worklist to file

Description

writes worklist to file, filename defined in init.

Usage

write.gwl(
  gwl,
  print = FALSE,
  lineNumbers = TRUE,
  saveWT = FALSE,
  quietly = FALSE
)

Arguments

gwl

object of class gwl

print

logical, should the worklist be printed in R? Defaults to FALSE

lineNumbers

logical, should linenumbers be prepended to existing comments? Defaults to FALSE

saveWT

logical, should the worktable be saved as a txt file?

See Also

Other general methods: addToWorklist(), addToWorktable(), init()


dcangst/rrobot documentation built on April 10, 2024, 1:59 a.m.