# NOT RUN {
options("lares.font" = NA) # Temporal
data(dft) # Titanic dataset
# List with the names of the columns classified by class
df_str(dft, "names")
# Dataframe with numbers: total values, row, columns, complete rows....
df_str(dft, "numbers", quiet = TRUE)
# Now, some visualizations
df_str(dft, "plot", quiet = TRUE)
df_str(dft, "distr", quiet = TRUE)
# }
Run the code above in your browser using DataLab