nlist_to_rmd: Export named list as RMarkdown file

View source: R/utils.R

nlist_to_rmdR Documentation

Export named list as RMarkdown file

Description

Export named list as RMarkdown file

Usage

nlist_to_rmd(nlist, outfile = tempfile(), overwrite = FALSE)

Arguments

nlist

A named list, with the names corresponding to chunk names for the output file.

outfile

Name of the output file.

overwrite

Whether to overwrite existing file.

Value

Path to output file, returned invisibly.


dalejbarr/assessr documentation built on Jan. 25, 2024, 10:47 p.m.