Learn R Programming

vov (version 0.1.2)

use_vov: Use the vov package

Description

Enables vov by including the CSS file necessary for the animations.

Usage

use_vov()

Arguments

Examples

Run this code
# NOT RUN {
if (interactive()) {
  library(shiny)
  library(vov)

  ui <- fluidPage(
    use_vov(),
    fade_in(
      h1("Hello world!")
    )
  )

  server <- function(input, output, session) {}

  shinyApp(ui, server)
}
# }

Run the code above in your browser using DataLab