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")
  }

Try the SASxport package in your browser

Any scripts or data that you put into this service are public.

SASxport documentation built on May 2, 2019, 4:51 p.m.