Nothing
########## 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 ##########
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.