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