This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Andrew Heiss
andrew.heiss.phd
did:plc:2zcfjzyocp6kapg6jc4eacok
Yep! An underscore as a named argument
It even works with $, like this:
mtcars |> lm(mpg ~ disp, data = _) |> _$coef
2024-01-03T22:02:10.537Z