aref2idx(XLConnect)
aref2idx()所属R语言包:XLConnect
Converting Excel cell references to row and column based cell references
转换Excel单元格引用的行和列的单元格引用
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Converts Excel cell references to row and column based cell references
皈依Excel单元格引用的行和列的单元格引用
用法----------Usage----------
aref2idx(x)
参数----------Arguments----------
参数:x
Character vector of Excel cell references (e.g. "A1:B6", "B6:C17", ...)
Character向量的Excel单元格引用(例如“A1:B6”,“B6:C17”,...)
值----------Value----------
Returns a numeric matrix with four columns and as many rows as cell references that have been provided. The first two columns represent the coordinates of the top left corner (row, column) and the third and fourth columns represent the bottom right corner of the referenced area.
返回一个数字矩阵,四列,并已提供尽可能多的行的单元格引用。的前两列代表的左上角的坐标(行,列),第三和第四列表示的参考区域的右下角。
(作者)----------Author(s)----------
Martin Studer<br>
Mirai Solutions GmbH <a href="http://www.mirai-solutions.com">http://www.mirai-solutions.com</a>
参见----------See Also----------
idx2aref, aref, cref2idx, idx2cref, col2idx, idx2col
idx2aref,aref,cref2idx,idx2cref,col2idx,idx2col
实例----------Examples----------
aref2idx(c("A1:B6", "B6:C17"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|