as.data.frame.connect_integration_list: Convert integrations list to a data frame

View source: R/integrations.R

as.data.frame.connect_integration_listR Documentation

Convert integrations list to a data frame

Description

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

Usage

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

Arguments

x

A connect_integration_list 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 Nov. 5, 2025, 7:32 p.m.