Re: [O] org-babel's treatment of NA in R source block

2012-10-03 Thread Thomas S. Dye
Vikas Rawal writes: >> > >> > I would like the NAs to be replaced by blank cells or by a less >> > obstrusive character like a ".". Is there a simple way I could change >> > this behaviour? >> > >> > Vikas >> > >> > >> Aloha Vikas, >> >> One route might be the ascii package in R, which exports o

Re: [O] org-babel's treatment of NA in R source block

2012-10-03 Thread Vikas Rawal
> > > > I would like the NAs to be replaced by blank cells or by a less > > obstrusive character like a ".". Is there a simple way I could change > > this behaviour? > > > > Vikas > > > > > Aloha Vikas, > > One route might be the ascii package in R, which exports objects to > several markup langua

Re: [O] org-babel's treatment of NA in R source block

2012-10-01 Thread Thomas S. Dye
Vikas Rawal writes: > If the result of an R source block contains a data frame with NA, the > NAs are replaced by "nil" when I evaluate the source block. When I > export the file, these appear as nil in the resulting pdf/latex file. > > I would like the NAs to be replaced by blank cells or by a