DEBSOURCES
Skip Quicknav
sources / r-cran-xml / 3.99-0.19-1 / inst / examples / rcode.xml
1234567891011
<?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>