1% Generated by roxygen2: do not edit by hand 2% Please edit documentation in R/output.R 3\name{sew} 4\alias{sew} 5\title{Wrap evaluated results for output} 6\usage{ 7sew(x, options = list(), ...) 8} 9\arguments{ 10\item{x}{Output from \code{evaluate::\link{evaluate}()}.} 11 12\item{options}{A list of chunk options used to control output.} 13 14\item{...}{Other arguments to pass to methods.} 15} 16\description{ 17This function is mainly for internal use: it is called on each part of the 18output of the code chunk (code, messages, text output, and plots, etc.) after 19all statements in the code chunk have been evaluated, and will sew these 20pieces of output together into a character vector. 21} 22