| totals_col | R Documentation |
Create a 'Total' column of character type comprising exactly of
one unique value. This is a convenience function for returning a no-HR
attribute view when NULL is supplied to the hrvar argument in
functions.
totals_col(data, total_value = "Total")
data |
data frame |
total_value |
Character value defining the name and the value of the
|
data frame containing an additional 'Total' column on top of the input data frame.
Other Support:
any_idate(),
camel_clean(),
check_inputs(),
cut_hour(),
extract_date_range(),
extract_hr(),
heat_colours(),
is_date_format(),
maxmin(),
pairwise_count(),
read_preamble(),
rgb2hex(),
totals_bind(),
tstamp(),
us_to_space(),
wrap()
# Create a visual without HR attribute breaks
pq_data %>%
totals_col() %>%
create_fizz(hrvar = "Total", metric = "Email_hours")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.