>
> ### 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
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
>
>> 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.
>
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
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