Learn R Programming

connectapi (version 0.1.3.1)

tbl_connect: Connect Tibble

Description

lifecycle::badge("experimental") A lazy tibble that automatically pages through API requests when collected.

Usage

tbl_connect(
  src,
  from = c("users", "groups", "content", "usage_shiny", "usage_static", "audit_logs"),
  ...
)

Value

A tbl_connect object

Arguments

src

The source object

from

The type of tibble

...

Additional arguments that are not yet implemented