| % Generated by roxygen2: do not edit by hand | |
| % Please edit documentation in R/buffer.R | |
| \name{buffer} | |
| \alias{buffer} | |
| \title{Create a Buffer} | |
| \usage{ | |
| buffer(x) | |
| } | |
| \arguments{ | |
| \item{x}{R object. Only raw, numeric and integer vectors are currently supported} | |
| } | |
| \value{ | |
| an instance of \code{Buffer} that borrows memory from \code{x} | |
| } | |
| \description{ | |
| Create a Buffer | |
| } | |
| \seealso{ | |
| \link{Buffer} | |
| } |