Description Usage Arguments Note Author(s) Examples
View source: R/argonPagination.R
Build an argon pagination container
1 | argonPagination(..., size = NULL, align = NULL)
|
... |
Slot for argonPaginationItem. |
size |
Pagination size: NULL, "sm" or "lg". |
align |
Pagination alignement. NULL (left), "center" or "end" (right). |
align will not work if you embed the argonPagination in an argonRow.
David Granjon, dgranjon@ymail.com
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | if(interactive()){
library(argonR)
argonPagination(
size = "lg",
align = "center",
argonPaginationItem(
name = 1,
src = "test.html"
),
argonPaginationItem(
name = 2,
src = "https://www.google.com"
)
)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.