目录

The ’futile.options’ subsystem provides an easy user-defined options management system that is properly scoped. This means that options created via ’futile.options’ are fully self-contained and will not collide with options defined in other packages. This package is a self-contained package within the futile suite of libraries.

Details

While R provides a useful mechanism for storing and retrieving options, there is a danger that variable names collide with names defined by a package that a user’s code depends. These types of errors are difficult to detect and should be avoided. Using ’futile.options’ addresses this problem by properly scoping variables within its own custom ’namespace’. This is handled by the ’OptionsManager’, which acts as a generator for functions that manage user- defined options.

An added benefit to the package is that default values are automatically supported in the creation of the bespoke options manager.

Example

my.options <- OptionsManager(‘my.options’, default=list(a=2,b=3)) my.options(c=4,d=’hello’) my.options(c(‘b’,’d’)) reset.options(my.options) my.options(‘c’)

Author

Brian Lee Yung Rowe

关于

提供R语言中管理选项和配置的机制

35.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802047560号