Xinxin Yang's avatar
Xinxin Yang committed
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/capri_sankey.R
\name{replacestr}
\alias{replacestr}
\title{function Replaces specific characters within strings}
\usage{
replacestr(old, new, df)
}
\arguments{
\item{old}{old column names.}

\item{new}{new column names.}

\item{df}{replace data frame}
}
\value{
df
}
\description{
function Replaces specific characters within strings
}