format_report_row | R Documentation |
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 = deprecated() )
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.