Please help me with naive question (already googled, and tried a lot of variations, but failed): How save files with the variable in the file name for write.table in R? Scri
The sprintf function can also be used for this type of thing with a little different syntax:
write.table(utms, file=sprintf("%s.mean",x))