as_tibble.combined_networks function

An as_tibble method for combined networks.

An as_tibble method for combined networks.

A method to obtain a network attribute table from a combined_networks object, falling back to the network::as_tibble.network() if vertex or edge attributes are required.

## S3 method for class 'combined_networks' as_tibble( x, attrnames = (match.arg(unit) %in% c("vertices", "networks")), ..., unit = c("edges", "vertices", "networks"), .NetworkID = ".NetworkID", .NetworkName = ".NetworkName" )

Arguments

  • x: a combined_networks (inheriting from network::network).
  • attrnames: a list (or a selection index) for attributes to obtain; for combined networks, defaults to all.
  • ...: additional arguments, currently passed to unlist()].
  • unit: whether to obtain edge, vertex, or network attributes.
  • .NetworkID, .NetworkName: Optional strings indicating the vertex attributes used to distinguish and name the networks; intended to be used by term developers.

See Also

network::as_tibble.network()

  • Maintainer: Pavel N. Krivitsky
  • License: GPL-3 + file LICENSE
  • Last published: 2024-11-05