Export the group as an LSG (xml) file.

R6_Group_to_toq(
  R6_Group,
  lang = NULL,
  file = NULL,
  preventOverwriting = limonaid::opts$get("preventOverwriting"),
  encoding = limonaid::opts$get("encoding"),
  silent = limonaid::opts$get("silent"),
  backupLanguage = self$language
)

Arguments

file

The filename to which to save the file.

preventOverwriting

Whether to prevent overwriting.

encoding

The encoding to use

silent

Whether to be silent or chatty.

backupLanguage

The language to get content from if not from the primary langage.

parallel

Whether to work serially or in parallel.

Value

Invisibly, the Group object.