update
Former-commit-id: bdede6ed1b6f578f2ef046c338caf02d0b29d453 [formerly 7187de361b53e9c8ec121df379b762f2db736ea2] Former-commit-id: 447d58460fbbfd05ffe08428a1288e392637561d
This commit is contained in:
22
_embed/public/ace/demo/kitchen-sink/docs/rhtml.Rhtml
Normal file
22
_embed/public/ace/demo/kitchen-sink/docs/rhtml.Rhtml
Normal file
@@ -0,0 +1,22 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Title</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<p>This is an R HTML document. When you click the <b>Knit HTML</b> button a web page will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this:</p>
|
||||
|
||||
<!--begin.rcode
|
||||
summary(cars)
|
||||
end.rcode-->
|
||||
|
||||
<p>You can also embed plots, for example:</p>
|
||||
|
||||
<!--begin.rcode fig.width=7, fig.height=6
|
||||
plot(cars)
|
||||
end.rcode-->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user