Displaying 2 results from an estimated 2 matches for "rpadrun".
Did you mean:
padron
2009 Jun 06
1
Rpad - avoid removal of manually created html-tags in R chunk
...<title>example</title>
<meta http-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...
2007 Oct 05
0
Rpad textarea handling
...inate the leading and trailing
whitespace in the textarea.
Thanks in advance for any ideas,
-Tim Bergsma
Metrum Research Group, LLC
<html>
<head>
<script type="text/javascript" src="gui/Rpad.js"/>
</head>
<body>
<pre dojoType="Rpad" rpadRun="init">
script <- c("test","test")
</pre>
<pre dojoType="Rpad">
script
HTMLon()
HTMLtag("textarea",name="script")
writeLines(script)
HTMLetag("textarea")
</pre>
</body>
</html>