renaming to cut function to cut_var to distinct from the base-version - UI improvements - nice code formatting.

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-04-11 13:23:18 +02:00
commit 361296531e
No known key found for this signature in database
30 changed files with 1248 additions and 1686 deletions

View file

@ -20,4 +20,9 @@ mtcars |> str()
mtcars |>
default_parsing() |>
str()
head(starwars, 5) |> str()
starwars |>
default_parsing() |>
head(5) |>
str()
}