search for: transsactionnumber

Displaying 1 result from an estimated 1 matches for "transsactionnumber".

2015 Jan 22
3
need help with renaming a variable
...lled "2013.xdf" that is saved on my external hard drive. I tried running the following code to rename variable # 2 in the file and save this change, which produced some errors that I cannot resolve: > temp.data <- rxGetVarInfo("E:/2013.xdf") > temp.data[2] <- "transsactionnumber" > rxSetVarInfo(2013fixed.data, outfile) Error: unexpected symbol in "rxSetVarInfo(2013fixed.data" > rxSetVarInfo(temp.data, outfile) Error in is.data.frame(file) : object 'outfile' not found > rxSetVarInfo(outfile) Error in rxSetVarInfoXdf(varInfo, file = data) :...