initTaskQmd: Create task template in Quarto format.

View source: R/taskQuarto.R

initTaskQmdR Documentation

Create task template in Quarto format.

Description

Create task template in Quarto format.

Usage

initTaskQmd(task, encoding = "unknown", overwrite = FALSE, suffix = NA)

Arguments

task

Object of class D4TAlinkTask, as created by initTask.

encoding

encoding to be assumed for input strings. It is used to mark character strings as known to be in Latin-1, UTF-8 or to be bytes: it is not used to re-encode the input. To do the latter, specify the encoding as part of the connection con or via options(encoding=): see the examples and ‘Details’.

overwrite

overwrite Qmd file if exists, default FALSE

suffix

Filename suffix, used to develop scripts for sub-analyses for a given task, default NA.

Value

the file name invisibly.


D4TAlink.light documentation built on Sept. 11, 2025, 1:07 a.m.