Returns one of the figures built by profile_data().
Examples
p <- profile_data(iris)
# \donttest{
plot(p, which = "missing")
plot(p, which = "distribution", column = "Sepal.Length")
# }
Returns one of the figures built by profile_data().
p <- profile_data(iris)
# \donttest{
plot(p, which = "missing")
plot(p, which = "distribution", column = "Sepal.Length")
# }