mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
functions to modify qmd for specific exports
This commit is contained in:
parent
ad99b5c46f
commit
d71d6169ff
17 changed files with 246 additions and 29 deletions
|
|
@ -4,18 +4,11 @@
|
|||
\alias{write_quarto}
|
||||
\title{Wrapper to save data in RDS, load into specified qmd and render}
|
||||
\usage{
|
||||
write_quarto(
|
||||
data,
|
||||
fileformat = c("html", "docx", "odt", "pdf", "all"),
|
||||
qmd.file = here::here("report.qmd"),
|
||||
...
|
||||
)
|
||||
write_quarto(data, qmd.file = here::here("report.qmd"), ...)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{list to pass to qmd}
|
||||
|
||||
\item{fileformat}{output format. Ignored if file!=NULL}
|
||||
|
||||
\item{qmd.file}{qmd file to render. Default is 'here::here("report.qmd")'}
|
||||
|
||||
\item{...}{Passed to \code{quarto::quarto_render()}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue