I have successfully uploaded the .txt file to R. I want to save the data so that I can use it actively. What is a command to save a file? Can I save the file in one of the existing packages (UseR, MASS) or as a separate file?
The team you are looking for is either one of the following:
save()
load()
write()
cat()
write.table()
write.csv()
sink(), ( ).
sink()
R:
http://cran.r-project.org/doc/manuals/R-intro.pdf
http://cran.r-project.org/other-docs.html
:
- , , .txt? txt (.. ), . , -/ .txt?
.txt
, , /, script, , , .txt. script script, , .
/ , , , R ( save()) @Joris Meys.