get_data_on_page {reactable.extras} | R Documentation |
Get the data on the page
Description
Get the data on the page
Usage
get_data_on_page(data, page_number, total_pages)
Arguments
data |
data.frame without pages; pagination will be inferred |
page_number |
page of data to retrieve |
total_pages |
number of pages in |
Value
a data.frame
[Package reactable.extras version 0.2.0 Index]