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

Try the SASxport package in your browser

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

SASxport documentation built on March 13, 2020, 1:59 a.m.