Displaying 1 result from an estimated 1 matches for "rpadhidesourc".
Did you mean:
rpadhidesource
2009 Jun 06
1
Rpad - avoid removal of manually created html-tags in R chunk
...p-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" src="gui/Rpad.js"></script>
</head>
<body>
<pre dojoType="Rpad" rpadRun="init" rpadOutput="html"
rpadHideSource="true">
x <-
"<table><tr><th>A</th><th>B</th></tr><td>a</td><td>b</td></table>"
</pre>
</body>
</html>
If I run Rpad("index.html") in the local server mode an...