search for: carriagereturn

Displaying 4 results from an estimated 4 matches for "carriagereturn".

2017 Apr 29
2
Any progress on write.csv fileEncoding for UTF-16 and UTF-32 ?
...ing-produces-error-due-to -embedded-nulls-write-table-with-fileEncoding-param-td4717481.html ---------------------------------------------------------------------------- ------------------------ Focussing on write.csv and UTF-16LE and UTF-16BE, it seems that a nul character is omitted in each <CarriageReturn><LineFeed> pair. TEST SCRIPT ---------------------------------------------------------------------------- ------------------------ remove (list = objects()) print (sessionInfo()) cat ("---------------------------------\n\n") LE <- data.frame ( want = c ("0d,00",...
2017 Apr 30
0
Any progress on write.csv fileEncoding for UTF-16 and UTF-32 ?
...mbedded-nulls-write-table-with-fileEncoding-param-td4717481.html > > ---------------------------------------------------------------------------- > ------------------------ > > Focussing on write.csv and UTF-16LE and UTF-16BE, it seems that a nul > character is omitted in each <CarriageReturn><LineFeed> pair. > > TEST SCRIPT > ---------------------------------------------------------------------------- > ------------------------ > remove (list = objects()) > > print (sessionInfo()) > cat ("---------------------------------\n\n") > > LE &l...
2017 May 01
3
Any progress on write.csv fileEncoding for UTF-16 and UTF-32 ?
...e-with-fileEncoding-param-td4717481.html >> >> ---------------------------------------------------------------------------- >> ------------------------ >> >> Focussing on write.csv and UTF-16LE and UTF-16BE, it seems that a nul >> character is omitted in each <CarriageReturn><LineFeed> pair. >> >> TEST SCRIPT >> ---------------------------------------------------------------------------- >> ------------------------ >> remove (list = objects()) >> >> print (sessionInfo()) >> cat ("----------------------------...
2003 Jun 12
9
Programcode and data in the same textfile
I have the following problem. It is not of earthshaking importance, but still I have spent a considerable amount of time thinking about it. PROBLEM: Is there any way I can have a single textfile that contains both a) data b) programcode The program should act on the data, if the textfile is source()'ed into R. BOUNDARY CONDITION: I want the data written in the textfile in exactly