Format a single "rows" element from a report fact map
This function accepts a list representing a single row from a report and
selects either the value or label for the report columns to turn into a one
row tbl_df
that will usually be bound to the other rows in the report
format_report_row( x, labels = TRUE, guess_types = TRUE, bind_using_character_cols = FALSE )
x |
|
labels |
|
guess_types |
|
bind_using_character_cols |
|
tbl_df
; a single row data frame with the data for the row that
the supplied list represented in the report's fact map.
This function is meant to be used internally. Only use when debugging.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.