tbl_connect {connectapi} | R Documentation |
A lazy tibble that automatically pages through API requests when
collect
ed.
tbl_connect(
src,
from = c("users", "groups", "content", "usage_shiny", "usage_static", "audit_logs"),
...
)
src |
The source object |
from |
The type of tibble |
... |
Additional arguments that are not yet implemented |
A tbl_connect
object