Blame | Last modification | View Log | Download | RSS feed
<?xml version="1.0"?> <doc xmlns:r="http://www.r-project.org"> <r:code> x = 1:10 plot(x) sum(x) <r:output> 55 </r:output> </r:code> </doc>
<?xml version="1.0"?>
<doc xmlns:r="http://www.r-project.org">
<r:code>
x = 1:10
plot(x)
sum(x)
<r:output>
55
</r:output>
</r:code>
</doc>