"man/man/replacestr.Rd" did not exist on "e31a22a7e533e05a5a8974015d41bb12fcaca9dd"
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
}