getPacksAndViews(biocViews)
getPacksAndViews()所属R语言包:biocViews
Parse VIEWS file for views and packages
解析视图文件的意见和包
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given a repository URL, download and parse the VIEWS file.
鉴于一个版本库URL,下载和分析意见的文件。
用法----------Usage----------
getPacksAndViews(reposURL, vocab, defaultView, local=FALSE)
参数----------Arguments----------
参数:reposURL
character vector giving the URL of a CRAN-style repository containing a VIEWS file at the top-level.
特征向量的CRAN的风格库,包含在顶层的意见“文件的URL。
参数:vocab
A graph-class object representing the ontologyof views. This graph should be a directed acyclic graph (DAG).
一个graph-class对象代表ontologyof意见。此图应该是一个有向无环图(DAG)。
参数:defaultView
A string giving the term to use for packages that do not list a term of their own via the biocViews field in the "DESCRIPTION" file.
一个字符串,给出术语使用不通过biocViews领域列出一个属于自己的任期,在DESCRIPTION文件包。
参数:local
logical indicating whether certain links should be absolute (using reposURL) or relative.
逻辑说明某些环节是否应该是绝对的(使用reposURL)或相对。
值----------Value----------
A list with named elements:
命名的元素的列表:
views: Vector of view memberships. Names are package names.
views:鉴于成员的向量。名字是包名。
pkgList: A list of PackageDetail-class objects.
pkgList:PackageDetail-class对象名单。
作者(S)----------Author(s)----------
Seth Falcon
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|