cache_treebase(treebase)
cache_treebase()所属R语言包:treebase
A function to cache the phylogenies in treebase locally
函数在本地缓存系统发育treebase
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A function to cache the phylogenies in treebase locally
函数在本地缓存系统发育treebase
用法----------Usage----------
cache_treebase(file = paste("treebase-", Sys.Date(), ".rda", sep = ""),
pause1 = 3, pause2 = 3, attempts = 10, max_trees = Inf,
only_metadata = FALSE, save = TRUE)
参数----------Arguments----------
参数:file
filename for the cache, otherwise created with datestamp
文件名的缓存,否则创建的邮戳
参数:pause1
number of seconds to hesitate between requests
请求之间的秒数迟疑
参数:pause2
number of seconds to hesitate between individual files
秒数之间犹豫单个文件
参数:attempts
number of attempts to access a particular resource
试图访问特定的资源数量
参数:max_trees
maximum number of trees to return (default is Inf)
最大数量的树木返回(默认是天道酬勤)
参数:only_metadata
option to only return metadata about matching trees
选项,只返回元数据匹配树
参数:save
logical indicating whether to save a file with the resuls.
逻辑指示是否保存文件的结果返回。
Details
详细信息----------Details----------
it's a good idea to let this run overnight
这是一个好主意,让这个通宵运行
值----------Value----------
saves a cached file of treebase
保存缓存文件的treebase
实例----------Examples----------
## Not run: [#不运行:]
treebase <- cache_treebase()
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|