Closed fkoh111 closed 4 years ago
Seems like we need an extra return(res).... in the outermost statement... See: https://github.com/fkoh111/zzlite/blob/develop/R/zz_format.R#L97-L106
Alternatively remove... else { return(res) }
else { return(res) }
Seems like we need an extra return(res).... in the outermost statement... See: https://github.com/fkoh111/zzlite/blob/develop/R/zz_format.R#L97-L106