search for: iterataion

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

Did you mean: iteratation
2004 Mar 23
3
building data object on iteration
Hello I need help, few days tying to work this out but unable to find examples. "alos would appricate direction on how to find exmples" getting the file name "without the extension" into a character vector. for (i in dir("c:/data/")){ filename <- c(filename,sub("([^.]+)(\\..+)","\\1", i)) } Error: Object "filename" not found and I