% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/plt.R
\name{combine_dfs}
\alias{combine_dfs}
\title{combine two dfs}
\usage{
combine_dfs(df1, df2, SidebySide = FALSE)
}
\arguments{
\item{df1}{a df contains links and nodes.}
\item{df2}{a df contains links and nodes.}
\item{SidebySide}{Boolean.}
}
\value{
the combined df
}
\description{
combine two dfs
}