This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Rebecca Barter
rlbarter.bsky.social
did:plc:4fiwczqlffpkmwdyimpge2oh
I don't know who needs to hear this, but if you want to look at all columns of a tibble (which has the somewhat annoying habit of only showing you as many columns as you have space for), just pipe it into print(width = Inf):
df |> print(width = Inf)
#rstats
2024-12-02T17:38:29.860Z