Description Usage Arguments Value Examples
Função para sortear uma marmita, usando a base de marmitas
1 | sortear_marmita(tipo = c("Sopa", "Prato", "Doce"), preco_maximo = 50)
|
preco_maximo |
Uma tibble com uma marmita para comprar!
1 2 3 4 5 6 7 8 9 10 11 12 13 | sortear_marmita()
sortear_marmita(preco_maximo = 22)
sortear_marmita(tipo = "Sopa")
sortear_marmita(tipo = "Prato")
sortear_marmita(tipo = "Doce")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.