HTMLlinks(tools)
HTMLlinks()所属R语言包:tools
Collect HTML Links from Package Documentation
收集包文档的HTML链接
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Compute relative file paths for URLs to other package's installed HTML documentation.
其他包的安装HTML文档的URL计算相对文件路径。
用法----------Usage----------
findHTMLlinks(pkgDir = "", lib.loc = NULL, level = 0:2)
参数----------Arguments----------
参数:pkgDir
the top-level directory of an installed package. The default indicates no package.
安装的软件包的顶层目录。默认表示不包。
参数:lib.loc
character vector describing the location of R library trees to scan: the default indicates .libPaths().
特征向量描述R库树的位置扫描:默认显示.libPaths()。
参数:level
Which level(s) to include.
其中包括水平(S)。
Details
详情----------Details----------
findHTMLlinks tries to resolve links from one help page to another. It uses in decreasing priority
findHTMLlinks试图解决一个帮助页面链接到另一个。它采用降低优先
The package in pkgDir: this is used when converting HTML help for that package (level 0).
pkgDir包:这是用来转换包(0级)的HTML帮助时。
The base and recommended packages (level 1).
基地和建议包(1级)。
Other packages found in the library trees specified by lib.loc in the order of the trees and alphabetically within a library tree (level 2).
lib.loc树的顺序和字母顺序排列在一个库树(2级)指定的库树发现的其他软件包。
值----------Value----------
A named character vector of file paths, relative to the "html" directory of an installed package. So these are of the form ""../../<VAR>somepkg</VAR>/html/<VAR>sometopic</VAR>.html"".
命名字符的文件路径的向量,相对html已安装的软件包的目录。因此,这些形式的“"../../<VAR>somepkg</VAR>/html/<VAR>sometopic</VAR>.html"。
作者(S)----------Author(s)----------
Duncan Murdoch, Brian Ripley
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|