Revision ce60f670aac0a708d3a9af5f0cf46a752d46ba8a authored by John M Chambers on 28 October 2020, 07:59:48 UTC, committed by cran-robot on 28 October 2020, 07:59:48 UTC
1 parent 698183c
Raw File
mergeSections.Rd
\name{mergeSections}
\alias{mergeSections}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{ Merge documentation sections }
\description{
 Merge documentation sections.
}
\usage{
mergeSections(input, keepFirst = 1, keepLast = 1, sep = "")
}
%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{input, keepFirst, keepLast, sep}{ See description in chapter. }
}
\details{
  Support function for \code{\link{promptAll}}
}
\value{
  Merged text.   See chapter.
}
\keyword{internal}

back to top