codetools(codetools)
codetools()所属R语言包:codetools
Low Level Code Analysis Tools for R
低级别的代码分析工具为R
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These functions provide some tools for analysing R code. Mainly indented to support the other tools in this package and byte code compilation.
这些功能提供了一些分析R代码工具。主要缩进,以支持这个包和字节码编译的其他工具。
用法----------Usage----------
collectLocals(e, collect)
collectUsage(fun, name = "<anonymous>", ...)
constantFold(e, env = NULL, fail = NULL)
findFuncLocals(formals, body)
findLocals(e, envir = .BaseEnv)
findLocalsList(elist, envir = .BaseEnv)
flattenAssignment(e)
getAssignedVar(e)
isConstantValue(v, w)
makeCodeWalker(..., handler, call, leaf)
makeLocalsCollector(..., leaf, handler, isLocal, exit, collect)
makeUsageCollector(fun, ..., name, enterLocal, enterGlobal, enterInternal,
startCollectLocals, finishCollectLocals, warn,
signal)
walkCode(e, w = makeCodeWalker())
参数----------Arguments----------
参数:e
R expression.
R的表达。
参数:elist
list of R expressions.
R的表达式列表。
参数:v
R object.
R对象。
参数:fun
closure.
关闭。
参数:formals
formal arguments of a closure.
一个封闭的形式参数。
参数:body
body of a closure.
封闭的身体。
参数:name
character.
字符。
参数:env
character.
字符。
参数:envir
environment.
环境。
参数:w
code walker.
代码沃克。
参数:...
extra elements for code walker.
代码沃克额外的元素。
参数:collect
function.
功能。
参数:fail
function.
功能。
参数:handler
function.
功能。
参数:call
function.
功能。
参数:leaf
function.
功能。
参数:isLocal
function.
功能。
参数:exit
function.
功能。
参数:enterLocal
function.
功能。
参数:enterGlobal
function.
功能。
参数:enterInternal
function.
功能。
参数:startCollectLocals
function.
功能。
参数:finishCollectLocals
function.
功能。
参数:warn
function.
功能。
参数:signal
function.
功能。
作者(S)----------Author(s)----------
Luke Tierney
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|