R/aaa.R

Defines functions replace_null

replace_null <- function(x) {
  x[sapply(x, is.null)] <- NA
  return(x)
}
LucyMcGowan/touringplans documentation built on Sept. 3, 2023, 4:44 a.m.