yihui / knitr-examples

A collection of knitr examples
488 stars 586 forks source link

Remove % before put statement #48

Closed Altons closed 8 years ago

Altons commented 8 years ago

There is a big difference between put and %put in SAS. The latter refers ro the context of SAS macro language - In this case is just a simple data step trying to write something to the log so in this case the correct statement is put "Hello, World!" - single/double quotes is irrelevant in this case.

yihui commented 8 years ago

Thanks!