Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

sol-eng/slcr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slcR

R interface to Altair SLC (Statistical Language Compiler).

Installation

You can install the development version of slcR from GitHub with:

# install.packages("devtools")
devtools::install_github("sol-eng/slcr")

Example

This is a basic example which shows you how to solve a common problem:

library(slcR)

# Create SLC connection
slc <- Slc$new()

# Get the WORK library
work_lib <- slc$get_library("WORK")

# Submit SAS code
slc$submit("data test; x = 1; run;")

# Clean up
slc$shutdown()

About

Altair SLC R integration - WIP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •