| validate_pagination | R Documentation |
Validate Page Parameters
validate_pagination(
page,
page_size,
max_page_size = 1000,
call = rlang::caller_env()
)
page |
Page number. |
page_size |
Page size. |
max_page_size |
Maximum allowed page size. |
call |
The calling environment. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.