tmp <- function(s) {
return(str(s))
}
key <- "xxxx-yyyy"
tmp(key)# chr "xxxx-yyyy" ... works for me. Reprex? Cheers, Boris ______________________________________________ [email protected] mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

