R/xport.fill.R

Defines functions xport.fill

xport.fill <- function( useSpace, width )
  {
    .C("fill_space",
       value = as.integer(useSpace),
       width = as.integer(width),
       PACKAGE="SASxport"
       )

    .Call("getRawBuffer", PACKAGE="SASxport")
  }
warnes/SASxport documentation built on March 12, 2020, 7:27 p.m.