powered by
quotize(vec)
x <- 1 quotize(x) noquote(quotize(x)) a <- ("Daniel") noquote(quotize(a))
Run the code above in your browser using DataLab