Description Usage Arguments Details Value Author(s)
Screen a function for use of functions forbidden by data system style guide.
1 | screen_forbidden(fn)
|
fn |
The function to be tested. This is the actual function object, not the name of the function. |
Certain functions are forbidden by the dsr style guide from being used in code chunks. This function tests a function for calls to forbidden functions and flags the offending lines.
Nx2 Character matrix of flagged lines and the test that tripped them (empty vector, if none)
RL 19 Apr 2017
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.