powered by
Every layout must start with a basic table.
basic_table( title = "", subtitles = character(), main_footer = character(), prov_footer = character(), show_colcounts = FALSE )
character(1). Main title. Ignored for subtables.
character. Subtitles. Ignored for subtables.
character. Main global (non-referential) footer materials.
character. Provenance-related global footer materials. Generally should not be modified by hand.
logical(1). Should column counts be displayed in the resulting table when this layout is applied to data
A PreDataTableLayouts object suitable for passing to further layouting functions, and to build_table.
PreDataTableLayouts
build_table
# NOT RUN { lyt <- basic_table() %>% analyze("AGE", afun = mean) build_table(lyt, DM) # }
Run the code above in your browser using DataLab