search for: 00060_00003_cd

Displaying 1 result from an estimated 1 matches for "00060_00003_cd".

2013 Jan 09
4
select partial name and full name columns
...gives me this error: getDataFromDVFileCustom(file) Error in as.matrix(DVdatatmp[, c("datetime", grep("^_00060_00003", colnames(DVdatatmp)))]) : subscript out of bounds I am trying to only select 3 columns (datetime and then two partial name columns that end in 00060_00003 and 00060_00003_cd. Each file that I will be reading into the function has a different number of columns and a different prefix in front of 00060_00003 and 00060_00003_cd. I have searched online and tried those possible solutions, but they did not work for my function and data. What is the best way to select those 3...