This page is rendered in a .md file and written in HTML.
About App: This package copies the infrastructure of TidyTuesday, a data project in R. Find more about this project on the GitHub repo.
If you want to include code text, do so with mtcars
for datasets, or with packages like so {ggplot2}
.
You can include links to other pages with JS section:
function geom_point() { $("a[data-value ='geom_point'").click() } function geom_hist() { $("a[data-value ='geom_hist'").click() } function geom_boxplot() { $("a[data-value ='geom_boxplot'").click() } function geom_bar() { $("a[data-value ='geom_bar'").click() } Use the details and summary tags to create an expandable listAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.