# Meu primeiro shiny app
#
# Faça um shiny app para visualizar histogramas da base diamonds
# e o coloque no shinyapps.io.
#
# Seu shiny deve ter um input e um output.
#
# - Input: variáveis numéricas da base diamonds.
# - Output: histograma da variável selecionada.
#
# Para acessar a base diamonds, carrrege o pacote ggplot2
#
# library(ggplto2)
#
# ou rode
#
# ggplot2::diamonds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.