Learn R Programming

paws.common (version 0.8.2)

list_paginators: List methods that can be paginated from a paws client.

Description

List methods that can be paginated from a paws client.

Usage

list_paginators(svc)

Value

character vector of functions that can be paginated.

Arguments

svc

paws client (for example paws::s3()).

Examples

Run this code
if (FALSE) {
# Note: where svc is a paws client.
list_paginators(svc)
}

Run the code above in your browser using DataLab