Description Usage Arguments Value
this function checks whether the labels of the parameters list to move to the functions is sufficient
1 2 | contemParametros(funcoes, parametro, addParametro = c(), addArgs = c(),
exclui3pontos = T)
|
funcoes |
is a or set of functions whose param will be verify |
parametro |
is list whose labels is name of param in funcoes, list of args to funcoes ex list(a="1", b="2") |
addParametro |
list of param included |
addArgs |
more param required |
exclui3pontos |
verify por ... ? in f<-function(a, ...) |
will be returned the parameters that have not been reported in parametro and addParametro
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.