# S3 method for VariableCatalog
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
keys = c("alias", "name", "type"),
...
)# S3 method for ShojiCatalog
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
# S3 method for BatchCatalog
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
keys = c("id", "status"),
...
)
# S3 method for FilterCatalog
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
keys = c("name", "id", "is_public"),
...
)
# S3 method for UserCatalog
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
keys = c("name", "email", "teams", "collaborator"),
...
)