check_myfun | R Documentation |
Checks that object myfun is a list and check the elements of the list for: that element names are as expected, that value of each element is of the expected type and length.
check_myfun(myfun, windowsizes)
myfun |
See applyExtFunction |
windowsizes |
See g.getmeta). |
0 if all checkes passed, 1 if one or more checks did not pass. Error message are printed to the console with feedback on which checks did not pass.
Vincent T van Hees <v.vanhees@accelting.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.