corrigir_erro_de_medida <- function(valor,
corte,
quantidade) {
if_else(valor > corte, valor / quantidade, valor)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.