Skip to contents

Write a QMD file

Usage

write_qmd_file(
  x,
  preamble,
  output,
  encoding = zirconia::opts$get("encoding"),
  preventOverwriting = zirconia::opts$get("preventOverwriting"),
  silent = zirconia::opts$get("silent")
)

Arguments

x

The work

output

The path and filename to write to

encoding

The encoding to use

preventOverwriting

Whether to overwrite an existing file or not

silent

Whether to be silent or verbose

premable

The YAML preamble to include

Value

x, invisibly