Skool Communities Analysis

Describing the top 1000 skool communities (8.8.2024)

Author
Affiliation

Torsten Blass

https://www.youtube.com/c/TheDataDigest

Published

August 9, 2024

Keywords

Quarto, skool.com

Setup & Loading data

Show the code
library(tidyverse)
library(DT)            # interactive tables
library(knitr)         # static table with the kable() function
library(plotly)        # interactive graphs
library(scales)

# Read the clean dataset
skool1000 <- readRDS(file = "E:/The Data Digest/GitHub/Skool/input/skool1000.RDS") %>% 
  select(-c(members_cleaned, language_textcat, language_cld2, language_cld3))

Interactive scatter plot

Fig.1 - Scatterplot

I will update these every other day.