track.preremove(track)
track.preremove()所属R语言包:track
Remove other resources associated with an object.
删除与对象相关联的其他资源。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Remove other resources associated with an object prior to its removal by the tracking system. This S3 generic function exists so that methods can be specified for cleaning up particular objects.
删除对象之前去除跟踪系统与其他资源。这S3泛型函数存在这样的方法,可以指定特定对象清理。
用法----------Usage----------
track.preremove(obj, objName, envir, ...)
参数----------Arguments----------
参数:obj
The R object that will be removed.
R对象将被删除。
参数:objName
The name of the R object that will be removed.
的R将被删除的对象,该对象的名称。
参数:envir
The environment in which the object exists (i.e., the tracked environment, not the tracking environment.)
的环境中存在的对象(即,跟踪的环境,而不是跟踪环境。)
参数:...
Other arguments.
其他参数。
Details
详细信息----------Details----------
A track.preremove() method should clean up other resources (e.g., files) associated with obj. The track.remove() first calls track.preremove() and then will removes obj from the system after the call to track.preremove() has returned.
Atrack.preremove()方法应清理与obj其他资源(例如文件)。 track.remove()第一次调用track.preremove()“,然后将移除objtrack.preremove()返回后调用系统。
值----------Value----------
Return values are ignored.
返回值将被忽略。
(作者)----------Author(s)----------
Tony Plate <a href="mailto:tplate@acm.org">tplate@acm.org</a>
参见----------See Also----------
track.remove
track.remove
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|