--- a
+++ b/man/gather_graph_edge.Rd
@@ -0,0 +1,33 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/GatherGraphEdge.R
+\name{gather_graph_edge}
+\alias{gather_graph_edge}
+\title{Gather graph edge from data frame
+Please note that this function is from the 'ggraph' package and has not been altered in functionality,
+but it has been optimized and iterated.
+It is not original content of 'TransProR'.
+However, since 'ggraph' caused frequent GitHub Action errors during the creation of 'TransProR',
+the author directly referenced the involved functions in 'TransProR'.
+This is not the author's original creation. All users please be aware!}
+\usage{
+gather_graph_edge(df, index = NULL, root = NULL)
+}
+\arguments{
+\item{df}{A data frame}
+
+\item{index}{A vector of column names to group by}
+
+\item{root}{Root name for the root node connections, optional}
+}
+\value{
+A tibble of graph edges
+}
+\description{
+Gather graph edge from data frame
+Please note that this function is from the 'ggraph' package and has not been altered in functionality,
+but it has been optimized and iterated.
+It is not original content of 'TransProR'.
+However, since 'ggraph' caused frequent GitHub Action errors during the creation of 'TransProR',
+the author directly referenced the involved functions in 'TransProR'.
+This is not the author's original creation. All users please be aware!
+}