Displaying 1 result from an estimated 1 matches for "htmletag".
Did you mean:
html_tag
2007 Oct 05
0
Rpad textarea handling
.../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>