mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
Initial commit
This commit is contained in:
commit
ccab72aa0f
31 changed files with 6547 additions and 0 deletions
31
man/write_quarto.Rd
Normal file
31
man/write_quarto.Rd
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/helpers.R
|
||||
\name{write_quarto}
|
||||
\alias{write_quarto}
|
||||
\title{Wrapper to save data in RDS, load into specified qmd and render}
|
||||
\usage{
|
||||
write_quarto(
|
||||
data,
|
||||
fileformat,
|
||||
qmd.file = here::here("analyses.qmd"),
|
||||
file = NULL,
|
||||
...
|
||||
)
|
||||
}
|
||||
\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("analyses.qmd")'}
|
||||
|
||||
\item{file}{exact filename (Optional)}
|
||||
|
||||
\item{...}{Ignored for now}
|
||||
}
|
||||
\value{
|
||||
none
|
||||
}
|
||||
\description{
|
||||
Wrapper to save data in RDS, load into specified qmd and render
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue