You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Again, it is nothing a call system('sas code.sas -print label.log'), but it might be slightly more complicated than other languages because of the old-fashioned "log-and-output-everything" nature of SAS. Even you just say hello world, you may get 30 lines of output in which only 1 line is useful. There might be options to suppress the proud logs, though.
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.
http://stackoverflow.com/questions/11609131/r-markdown-equivalent-in-sas
I do not use SAS but whoever do are welcome to contribute to https://github.com/yihui/knitr/blob/master/R/engine.R
Again, it is nothing a call
system('sas code.sas -print label.log')
, but it might be slightly more complicated than other languages because of the old-fashioned "log-and-output-everything" nature of SAS. Even you just say hello world, you may get 30 lines of output in which only 1 line is useful. There might be options to suppress the proud logs, though.The design of
knitr
has taken care of some gory details in SASweave (http://homepage.cs.uiowa.edu/~rlenth/SASweave/), and two challenges remain:In the end we can write code chunks like this
The text was updated successfully, but these errors were encountered: