Displaying 1 result from an estimated 1 matches for "ak9".
Did you mean:
  ak
  
2013 Apr 23
1
Questions on function "readNamedRegionFromFile" in XLConnect pacakge
...File(demoExcelFile,
                              name=c("Calendar", "Iris", "IQ"))
   What are the names "Calendar", "Iris", "IQ"? I just couldn't find them
from the file.
2. Since my xlsx file is big, I might want to read data like AK9:AK18, for
example. If my computation is right, AK is the 37th column. Then I need to
tell the computer to read the 37th column, row 9 to row 18. Can I ask the
function (any function in the package) to read the column by the header
name (say, the name saved in AK1) instead of "37th"?...