get_precision_on | R Documentation |
The precision_on variable is the variable used to establish numeric
precision. This variable must be included in the list of target_var
variables.
get_precision_on(layer)
set_precision_on(layer, precision_on)
layer |
A |
precision_on |
A string, a variable name, or a list of variable names
supplied using |
For get_precision_on
, the precision_on binding of the supplied
layer. For set_precision_on
the modified layer environment.
# Load in pipe
library(magrittr)
lay <- tplyr_table(mtcars, gear) %>%
add_layer(
group_desc(vars(mpg, disp), by=vars(carb, am)) %>%
set_precision_on(disp)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.