createSAScode: create the SAS code

Description Usage Arguments Examples

View source: R/createSAScode.r

Description

create the SAS code

Usage

1
2
createSAScode(SASnatch.working.directory = "", R2SAS = "", SAS2R = "",
  chunk.name = "unlabeled-SASnatch-chunk", code = "")

Arguments

SASnatch.working.directory,

optional argument

R2SAS

character value, optional argument

SAS2R

character value, optional argument

chunk.name

character value, optional argument

code

character value, optional argument

Examples

1
createSAScode('U:/Desktop/SAScache','d','regout','SASreg','proc reg data = d; model x = y; out=regout r=resid; run;')

imouzon/SASnatch documentation built on May 18, 2019, 4:45 a.m.