"data-raw" did not exist on "15007fad7b279d19e7d982b36065bd52e6bdcf5b"
Newer
Older
% 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
}