Displaying 1 result from an estimated 1 matches for "adjustedout".
2006 Oct 19
0
passing a file name to a script
...the
same name)?
2) Is there a way form me to interactively enter an output table name at
the time I run the script?
Below are the means by which I am connecting and outputting data:
con <- odbcConnectAccess([path to MS Access data table])
write.table([output table file name], file = "adjustedout.csv", append =
FALSE, sep = ",", col.names = NA, qmethod = "double")
I am not a programmer so ?talk? slowly. Answers to either, or both,
questions would be greatly appreciated. If it matters I am using the
Window binary version of R.
Thanks in advance for any assistanc...