#' @param pages A string or vector with the names of pages, which should be assembled to a report.
#' @param file The output filename (recommend that the suffix should be '.Rmd'). This file will be saved in the working directory.
#' @param exclude A string or vector with the names of pages, which should be excluded from report assembly.
#' @param render A logical indicating whether the assembled report should immediately be rendered with \code{rmarkdown::render}.
#' @param render A logical indicating whether the assembled report should immediately be rendered with \code{rmarkdown::render} or run with \code{rmarkdown::run}.
#' @param ... Additional arguments passed on to \code{rmarkdown::render}.
\item{exclude}{A string or vector with the names of pages, which should be excluded from report assembly.}
\item{render}{A logical indicating whether the assembled report should immediately be rendered with \code{rmarkdown::render}.}
\item{render}{A logical indicating whether the assembled report should immediately be rendered with \code{rmarkdown::render} or run with \code{rmarkdown::run}.}
\item{...}{Additional arguments passed on to \code{rmarkdown::render}.}