[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Org-mode/R/Latex treatment of NAs
From: |
Vikas Rawal |
Subject: |
Re: [O] Org-mode/R/Latex treatment of NAs |
Date: |
Mon, 14 Jul 2014 05:15:23 +0200 |
>
>> 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