Example Report"

#
# 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"
  )


Try the volker package in your browser

Any scripts or data that you put into this service are public.

volker documentation built on April 12, 2025, 9:16 a.m.