> >> Just wanting to understand more: >> >> Do you equate nil in Emacs Lisp with NA in R or do you equate it some other >> way? >> > > > When I execute my source code block, the NAs show up in the results block as > nil. See example below. > > I would prefer a blank in place of nil. Any idea how to do that? >
Replacing NAs with a blank (“”) in R does the trick. Vikas