get_default_parameters | R Documentation |
Generates a dataframe of parameter combinations for a benchmark to try based
on the parameter defaults of its setup
function and supplied parameters.
get_default_parameters(x, ...)
## Default S3 method:
get_default_parameters(x, ...)
## S3 method for class 'Benchmark'
get_default_parameters(x, ...)
## S3 method for class 'BenchmarkDataFrame'
get_default_parameters(x, ...)
x |
An object for which to generate parameters |
... |
Named arguments corresponding to the parameters of |
For get_default_parameters.Benchmark
, a dataframe of parameter combinations
to try with a column for each parameter and a row for each combination.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.