setTaskRmdTemplate: Set the path to the Rmd task template.

View source: R/taskGlobals.R

setTaskRmdTemplateR Documentation

Set the path to the Rmd task template.

Description

Set the path to the Rmd task template.

Usage

setTaskRmdTemplate(file, encoding = "unknown")

Arguments

file

path to the Rmd task template.

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’.

Value

The path to the Rmd task template invisibly.


D4TAlink.light documentation built on April 4, 2025, 1:02 a.m.