write_default_draft_report_args {saros.base}R Documentation

Write Default Arguments for draft_report() to YAML-file

Description

Write Default Arguments for draft_report() to YAML-file

Usage

write_default_draft_report_args(
  path,
  ignore_args = c("data", "...", "dep", "indep", "chapter_structure", "chapter_overview",
    "path")
)

Arguments

path

⁠scalar<character>⁠ // Required. default: settings.yaml

ignore_args

⁠vector<character>⁠ // Optional. default: c("data", "...", "dep", "indep", "chapter_structure", "chapter_overview")

A character vector of argument (names) not to be written to file.

Value

The defaults as a yaml-object.

Examples

write_default_draft_report_args(path = tempfile(fileext = ".yaml"))

[Package saros.base version 1.1.0 Index]