summarize_system_calls | R Documentation |
Summarize and show occurrences of system calls in the R files in a given folder. There could be more occurrences. These calls should be further checked for maliciousness.
summarize_system_calls(path = ".", calls_to_flag = system_calls())
path |
character, relative or absolute path for local code directory |
calls_to_flag |
character vector of functions names to flag as potentially dangerous system calls |
data.frame with a row for each system call
## Not run: # git clone git@github.com:ropenscilabs/testevil.git summarize_system_calls("testevil") summarize_system_calls("testevil", system_calls("exec_background")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.