read.00Index(tools)
read.00Index()所属R语言包:tools
Read 00Index-style Files
读取00Index式文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Read item/description information from "00Index"-like files. Such files are description lists rendered in tabular form, and currently used for the "INDEX" and "demo/00Index" files of add-on packages.
阅读项目/描述信息从00Index类似的文件。这些文件是描述列表,以表格形式呈现,目前使用INDEX和demo/00Index的附加软件包文件。
用法----------Usage----------
read.00Index(file)
参数----------Arguments----------
参数:file
the name of a file to read data values from. If the specified file is "", then input is taken from the keyboard (in this case input can be terminated by a blank line). Alternatively, file can be a connection, which will be opened if necessary, and if so closed at the end of the function call.
一个文件名,读取数据值。如果指定的文件是"",然后从键盘输入(输入在这种情况下,可以通过一个空行终止)。另外,file可以是一个的connection,如果必要的话,这将被打开,如果在函数调用结束封闭。
值----------Value----------
A character matrix with 2 columns named "Item" and "Description" which hold the items and descriptions.
一个名为"Item"和"Description"2列举行的项目和描述的字符点阵。
参见----------See Also----------
formatDL for the inverse operation of creating a 00Index-style file from items and their descriptions.
formatDL创建项目及其说明1 00Index式文件的逆操作。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|