per_page: Set per_page argument of an HCABrowser object

Description Usage Arguments Value Examples

Description

note that no more than 10 pages can be displayed at once

Usage

1
2
## S4 method for signature 'HCABrowser'
per_page(x, n)

Arguments

x

an HCABrowser object

n

the new per_page value

Value

a HCABrowser with updated per_page value

Examples

1
2
3
x <- HCABrowser()
#x <- per_page(x, 5)
x

HCABrowser documentation built on Nov. 8, 2020, 7:24 p.m.