Skip to contents

This function creates a directory named 'jobs' and copies template files into the newly created directory. Either R Markdown, Quarto, or both types of files can be used as templates.

Usage

use_batch_jobs(path, template = c("rmarkdown", "quarto"))

Arguments

path

Directory for which jobs directory should be created

template

Whether to use R Markdown, quarto, or both types of templates

Value

Path of the job directory created