as.data.frame.connect_list_integrations: Convert integrations data to a data frame

View source: R/integrations.R

as.data.frame.connect_list_integrationsR Documentation

Convert integrations data to a data frame

Description

Converts an list returned by get_integrations() into a data frame.

Usage

## S3 method for class 'connect_list_integrations'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

Arguments

x

A connect_list_integrations object (from get_integrations()).

row.names

Passed to base::as.data.frame().

optional

Passed to base::as.data.frame().

...

Passed to base::as.data.frame().

Value

A data.frame with one row per integration.


connectapi documentation built on Aug. 9, 2025, 1:09 a.m.