Displaying 4 results from an estimated 4 matches for "mytextfil".
Did you mean:
mytextfile
2003 Dec 11
4
Probelm with read.table
Hi All,
I have the following text file (mytextfile.txt)
738307 527178 714456 557955
#N/A 17.42 6.22 4.73
#N/A 17.3 6.23 4.75
#N/A 17.29 6.17 4.7
#N/A 17.07 6.12 4.6
#N/A 17.27 6.19 4.7
#N/A 17.72 6.4 4.78
#N/A 17.12 6.19 4.75
#N/A 17.07 6.15 4.65
#N/A 17.03 6.07 4.64
#N/A 17.38 6.13 4.7
#N/A 17.38 6.13 4.7
#...
2009 Apr 17
0
question about the Text Mining package tm
Hello. I am trying to work with the text mining package tm.
I have a directory called textsTweet1 which contains three files
short.txt
myTextFile.txt
myTextFile.csv
short.txt contains one line: THE CAT IN THE HAT\n
myTextFile contains some tweets from Twitter. The first few lines of
myTextFile.txt are:
@oliviamunn I miss a good Yakaniku...I miss Japan...I NEED COCO EVERYBODY. I
NEED TO GET ON JAPAN TIME NOW. NO SLEEP!!!SAKURA at Niigata,...
2012 Feb 27
2
export 3D array to .txt file
Hey,
I have an array with the dimensions 200x6x200 and I want to save it in a
textfile. I want to be able to reload the text file to get the same array
again: new.array<-load(mytextfile.txt) or something similar. I was not
able to figure out a way to do that with write.table without having to save
200 text files. Is there another way?
Thank you!
Frauke
--
View this message in context: http://r.789695.n4.nabble.com/export-3D-array-to-txt-file-tp4426005p4426005.html
Sent from...
2005 Nov 23
8
getting started, reading listing and saving data
...hat allows me to list a few
observations and would appreciate some help on this (I have used edit
which pops up an spreadsheet however, I would prefer a command that
allows me to list a few observations for inspection)
3. Save this data as an r dataset
I cant seem to figure this out (I tried save(mytextfile, file =
"myrdata") but when I try to load what I saved, I get an error message
"Error: bad restore file magic number (file may be corrupted) -- no data loaded"
4. Load this r dataset and proceed to work on it
I would appreciate some help.