R/asCharacter.R

Defines functions asCharacter

asCharacter <- function(...) {
  res <- as.character(...)
  if (length(res) == 0) "" # happens when '{{ null }}'
  else res
}

Try the templates package in your browser

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

templates documentation built on May 2, 2019, 8:33 a.m.