Learn R Programming

reactable.extras (version 0.2.0)

get_data_on_page: Get the data on the page

Description

Get the data on the page

Usage

get_data_on_page(data, page_number, total_pages)

Value

a data.frame

Arguments

data

data.frame without pages; pagination will be inferred

page_number

page of data to retrieve

total_pages

number of pages in data; determines pagination when the data has no pages