mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
adding brrom as dependency
This commit is contained in:
parent
126193ec6a
commit
f67beb14ba
3 changed files with 6 additions and 6 deletions
|
|
@ -4,13 +4,11 @@
|
|||
\alias{write_quarto}
|
||||
\title{Wrapper to save data in RDS, load into specified qmd and render}
|
||||
\usage{
|
||||
write_quarto(data, qmd.file = here::here("report.qmd"), ...)
|
||||
write_quarto(data, ...)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{list to pass to qmd}
|
||||
|
||||
\item{qmd.file}{qmd file to render. Default is 'here::here("report.qmd")'}
|
||||
|
||||
\item{...}{Passed to \code{quarto::quarto_render()}}
|
||||
}
|
||||
\value{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue