Nothing
# # 1. Setup ---- # # Knit settings knitr::opts_chunk$set(echo = FALSE) # Load packages library(volker) # Set plot theme theme_set(theme_vlkr())
# # 2. Load and prepare data ---- # # Example data. Replace by your own dataset. ds <- volker::chatgpt
# # 3. Analyse data ---- # ds |> report_counts( starts_with("cg_adoption_social"), numbers="p" )
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.