This is the raw version of add_row_totals. It should only be used
internally within the package inside functions which provide validation.
1 2 3 4 5 6 7  | add_row_totals_dfr(
  data,
  from = 2,
  to = ncol(data),
  na.rm = FALSE,
  label = "total"
)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.