R/quoted.R

quoted <- function(string) {
	return(paste("'", string, "'", sep = ""));
	}

Try the valection package in your browser

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

valection documentation built on May 2, 2019, 7 a.m.