Description Usage Arguments Value
Summarize fuzz test results as a data frame
1 2 | ## S3 method for class 'fuzz_results'
as.data.frame(x, ..., delim = "; ")
|
x |
Object returned by |
... |
Additional arguments to be passed to or from methods. |
delim |
The delimiter to use for fields like |
A data frame with the following columns:
fuzz_inputThe name of the fuzz test performed.
outputDelimited outputs to the command line from the process, if applicable.
messagesDelimited messages, if applicable.
warningsDelimited warnings, if applicable.
errorsError returned, if applicable.
value_classesDelimited classes of the object returned by the function, if applicable
results_indexIndex of x from which the summary was
produced.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.