Page 1 of 1

tips for posting RMark code

PostPosted: Wed Jun 01, 2011 12:37 pm
by egc
Greetings -- to facilitate copying of RMark code (especially long sections of code), and to minimize the risk of characters being incorrectly parsed in the emails that are generated (for some users) when a message is posted to the forum, please embed the RMark code using the appropriate BBCode code structure (rather than simply pasting it into your post).

So, rather than simply entering something like

if(substr(MarkPath,nchar(MarkPath),nchar(MarkPath))%in%c("\\","/"))

try embedding it using the BBCode code tag:

Code: Select all
[code]
if(substr(MarkPath,nchar(MarkPath),nchar(MarkPath))%in%c("\\","/"))
[/code]