write_default_draft_report_args: Write Default Arguments for 'draft_report()' to YAML-file

View source: R/default_draft_report_arguments_in_yaml.R

write_default_draft_report_argsR 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"))

saros.base documentation built on June 8, 2025, 10:03 a.m.