# NOT RUN {
# Generate an informant object using
# the `small_table` dataset
informant <- create_informant(small_table)
# This function creates some information
# without any extra help by profiling
# the supplied table object; it adds
# the sections 'table' and columns' and
# we can print the object to see the
# table information report
# Alternatively, we can get the same report
# by using `get_informant_report()`
report <- get_informant_report(informant)
class(report)
# }
Run the code above in your browser using DataLab