R/unquote.R

Defines functions unquote

unquote <- function(string) {
    gsub("\"", "", string)
}
tarakc02/listbuilder documentation built on Jan. 27, 2024, 7:48 p.m.