I have attempted to create tabs following this R Markdown Cookbook section, but the tabs render as sequential entries in the rendered website.
My goal is to demonstrate the use of a package in both R and python. Any advice?
Here's what I would like to do:
## Results {.tabset}
### Tab 1
<example using R>
### Tab 2
<example using python>
I have attempted to create tabs following this R Markdown Cookbook section, but the tabs render as sequential entries in the rendered website.
My goal is to demonstrate the use of a package in both R and python. Any advice?
Here's what I would like to do: