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
19
man/format_writer.Rd
Normal file
19
man/format_writer.Rd
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/report.R
|
||||
\name{format_writer}
|
||||
\alias{format_writer}
|
||||
\title{Merges list of named arguments for qmd header generation}
|
||||
\usage{
|
||||
format_writer(data, name)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{vector}
|
||||
|
||||
\item{name}{name}
|
||||
}
|
||||
\value{
|
||||
vector
|
||||
}
|
||||
\description{
|
||||
Merges list of named arguments for qmd header generation
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue