GitLab at IIASA

combine_dfs.Rd 338 B
Newer Older
% 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)
}
\arguments{
\item{df1}{a df contains links and nodes.}

\item{df2}{a df contains links and nodes.}
}
\value{
the combined df
}
\description{
combine two dfs
}