R/rm.char.r

########## S function: rm.char ##########

# For deleting a specified character from
# a string.

# Last changed: 27/05/98

rm.char <- function(string,char)
{
   return(paste(break.string(string,char),collapse=""))
}

########## End of rm.char ##########

Try the SemiPar package in your browser

Any scripts or data that you put into this service are public.

SemiPar documentation built on May 2, 2019, 5:42 a.m.