A class providing methods to build plugins to RedeR application.
A类提供的方法来建立插件瑞德应用。
插槽----------Slots----------
title: A character string representing the plugin name.
title:一个字符串代表插件的名称。
allMethods: List of all plugin methods wrapped as R functions.
allMethods:包裹R函数的所有插件的方法名单。
allAddons: List of all additional R expression wrapped as R functions.
allAddons:包裹所有进一步的开发,R函数表达的名单。
作者(S)----------Author(s)----------
Mauro Castro
举例----------Examples----------
#Initiates a new method, say mt1[启动一个新的方法,说MT1]
mt1<-function(){"#Your code here!"}[你的代码在这里!“}]
#Initiates a plugin skeleton[启动一个插件框架]
plugin <- PluginBuilder ( title = "MyPlugin", allMethods = list(mt1=mt1) )