man-roxygen/edge-list.R

#' @param edge_list Edge list as a \code{data.table} which must contain the following columns:
#' \describe{
#'   \item{\code{Origin}}{IDs of the origin nodes for each edge.}
#'   \item{\code{Destination}}{IDs of the destination nodes for each edge.}
#'   \item{\code{OriginType}}{Types of the origin node for each edge.}
#'   \item{\code{DestinationType}}{Types of the destination node for each edge.}
#'   \item{\code{EdgeType}}{Types of each edge.}}
ayushnoori/metapaths documentation built on March 19, 2023, 7:35 p.m.