Runs the conversion pipeline (front matter -> Markdown AST -> chunks ->
conversion -> write) on one .Rmd file, producing a .qmd file.
Arguments
- path
Path to the input
.Rmdfile.- output
Path to write the
.qmdfile.NULLderives it frompath.- overwrite
Overwrite an existing output file? Default
FALSE.- dry_run
Report what would be written without writing? Default
FALSE.- validate
Run
validate_document()on the result? DefaultFALSE.
