Description We can have sections
Test including an Rmarkdown doc
And they even stack properly.
And lists:
First item
Second item
Links: This is URL, maybe also links to functions: processx::poll().
roxygen2 style links do not work in markdown unfortunately. They do work
in the manual, though: processx::poll().
And some code:
1 2 3 4 5 6 7 8 |
We can run some R code as well:
1 2 3 4 5 6 7 8 9 10 |
1 | ## [1] 1
|
1 | fib(5)
|
1 | ## [1] 5
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.