R/xport.fill.R

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

    .Call("getRawBuffer", PACKAGE="SASxport")
  }
dpastoor/SASxport documentation built on May 15, 2019, 10:46 a.m.