tbl_connect: Connect Tibble

View source: R/lazy.R

tbl_connectR Documentation

Connect Tibble

Description

\lifecycle

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"),
  ...
)

Arguments

src

The source object

from

The type of tibble

...

Additional arguments that are not yet implemented

Value

A tbl_connect object


connectapi documentation built on Feb. 16, 2023, 7:46 p.m.