Displaying 3 results from an estimated 3 matches for "outfilepath".
Did you mean:
outfile_path
2011 Dec 06
0
R 2.14 png X11
...otocol
<truncated for brevity, but everything else is an x11proto- item>
Does anyone have any suggestions for what this server might be missing?
Are there any other steps/sources/test I might look into?
Thank you very much for your time!
-Emily
>From script: (if I substitute in, say, outFilePath="~/test.png", I can get
the same error from the command line)
> #### PNG Config section #########
> png(outFilePath, width=1200, height=1200)
Error in X11(paste("png::", filename, sep = ""), g$width, g$height,
pointsize, :
unable to start device PNG
Calls: png...
2006 Nov 16
2
.rdata files
Help! I accidentally saved my work as an .rdata format instead of .txt
I need to somehow get it saved as a .txt file otherwise i'm really in trouble!
Does anyone know how to convert .rdata to .txt files??
I also tried re-loading the file into R to see if i can re-save it but it doesnt work!
i've attached it below...
please help me asap! i need to turn it in as a .txt file
Thanks
2010 Sep 15
2
Get File Names in Folder, Read Files, Update, and Write
Dear All,
Could you please recommend how I can do this?
I have several text files in one folder. Let's name them A0801.RSK,
A0802.RSK, ....
I would like R to
1) Know all file names in this folder
2) Update value in one column of these files
3) Write results in another text file with _xval in the file names
Below is R code for read, update, and write one file