| format_column_headers_with_n_html | R Documentation |
Creates HTML-formatted column headers with sample size counts displayed below the column name using line breaks.
format_column_headers_with_n_html(col_names, n_row_data)
col_names |
Character vector of column names. |
n_row_data |
Named list or data.table row with n values for each column. |
Character vector with HTML-formatted headers including n counts.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.