# Make the basic table
nice_var(
data = iris,
variable = "Sepal.Length",
group = "Species"
)
# Try on multiple variables
nice_var(
data = iris,
variable = names(iris[1:4]),
group = "Species"
)
Run the code above in your browser using DataLab