Yep, I am a SAS programmer: during the day time, I use SAS for my work; at the evening, I use R for entertainment.—
Charlie Huang
Getting start to play with R (it is really a wonderful learning tool):
12. SAS IML Studio and R Integration (not tested)
11. SAS IML and R Integration (not tested)
10. SAS Base and R Integration: PROC R
also a blog post.
9. Data transfer among R and SAS(xpt)
SAS: SAS Macros that Convert a Directory of Transport Files
R: use read.xport function in Foreign package and write.xport in SASXport package to read/write xpt file
8. Data transfer among R and SAS(CSV)
SAS: use %DS2CSV Macro to export SAS dataset to CSV file
R: use read.csv /write.csv function to read/write CSV file