Learn R Programming

argonR (version 0.2.0)

argonPagination: Build an argon pagination container

Description

Build an argon pagination container

Usage

argonPagination(..., size = NULL, align = NULL)

Arguments

...
size

Pagination size: NULL, "sm" or "lg".

align

Pagination alignement. NULL (left), "center" or "end" (right).

Examples

Run this code
# NOT RUN {
if(interactive()){
 library(argonR)
 argonPagination(
  size = "lg",
  align = "center",
  argonPaginationItem(
    name = 1,
    src = "test.html"
  ),
  argonPaginationItem(
    name = 2,
    src = "https://www.google.com"
  )
 )
}

# }

Run the code above in your browser using DataLab