fullPage

Travis build status CRAN status

Many of the amazing works of Álvaro Trigo for Shiny!

library(htmltools)
p(
  tags$a(
    href = "https://shiny.john-coene.com/fullPage",
    target = "_blank",
    class = "btn btn-default",
    "fullPage demo"
  ),
  tags$a(
    href = "https://shiny.john-coene.com/pagePiling",
    target = "_blank",
    class = "btn btn-warning",
    "pagePiling demo"
  ),
  tags$a(
    href = "https://shiny.john-coene.com/multiScroll",
    target = "_blank",
    class = "btn btn-success",
    "multiScroll demo"
  )
)

Installation

Install the stable version from CRAN:

install.packages("fullPage")

Install the dev version from Github with:

# install.packages("remotes")
remotes::install_github("RinteRface/fullPage")

Features

All ships with:



RinteRface/fullPage documentation built on Sept. 2, 2021, 2:27 a.m.