functions to modify qmd for specific exports

This commit is contained in:
Andreas Gammelgaard Damsbo 2024-11-23 10:07:26 +01:00
commit d71d6169ff
No known key found for this signature in database
17 changed files with 246 additions and 29 deletions

21
man/index_embed.Rd Normal file
View file

@ -0,0 +1,21 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/report.R
\name{index_embed}
\alias{index_embed}
\title{Split vector by an index and embed addition}
\usage{
index_embed(data, index, add = NULL)
}
\arguments{
\item{data}{vector}
\item{index}{split index}
\item{add}{addition}
}
\value{
vector
}
\description{
Split vector by an index and embed addition
}