mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
19 lines
379 B
R
19 lines
379 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/report.R
|
|
\name{modify_qmd}
|
|
\alias{modify_qmd}
|
|
\title{Wrapper to modify quarto file to render specific formats}
|
|
\usage{
|
|
modify_qmd(file, format)
|
|
}
|
|
\arguments{
|
|
\item{file}{filename}
|
|
|
|
\item{format}{desired output}
|
|
}
|
|
\value{
|
|
none
|
|
}
|
|
\description{
|
|
Wrapper to modify quarto file to render specific formats
|
|
}
|