R/xport.namestr.header.R

`xport.namestr.header` <-  function( nvar )
  {
    .C("fill_namestr_header",
       nvar = sprintf("%04.4d", as.integer(nvar)),  # Number of variables *AS A STRING*
       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.