Re: [O] NA in R source code block

2018-03-31 Thread Vikas Rawal
> > ### Solution 1 > > You could use an elisp function to clear the nil. It is not automatic > and you would have to write a formula for every column but it might > still be better changing them manually. > > I don't know how to implement it automatically though. > > #+BEGIN_SRC_elisp > (defu

Re: [O] NA in R source code block

2018-03-31 Thread Jeremie Juste
Hello, I don't have an ideal org-mode solution for this problem. I suggesting two ways hoping that more improvements will come > Here is an example. The NA in column a shows up in the results as > nil. Why does that happen? Is there a way of changing this behaviour? > I can manually replace NA w

Re: [O] NA in R source code block

2018-03-31 Thread Vikas Rawal
> >> NAs in a data frame that is created by an R source code block show up in the >> results as nil. Can I change it to something else (say, “—“)? > > Could you elaborate on your issue? Can you give a minimal example of > your block? It is very difficult to help with the information you gave. >

Re: [O] NA in R source code block

2018-03-30 Thread Jeremie Juste
Vikas Rawal writes: Hello, > NAs in a data frame that is created by an R source code block show up in the > results as nil. Can I change it to something else (say, “—“)? Could you elaborate on your issue? Can you give a minimal example of your block? It is very difficult to help with the inform

[O] NA in R source code block

2018-03-29 Thread Vikas Rawal
NAs in a data frame that is created by an R source code block show up in the results as nil. Can I change it to something else (say, “—“)? Vikas