as_flextable.benchmark.laurent | R Documentation |
Transforms a “benchmark.fcp” or “benchmark.laurent” object into a flextable.
## S3 method for class 'benchmark.laurent'
as_flextable(x, digits = 4, ...)
## S3 method for class 'benchmark.fcp'
as_flextable(x, digits = 4, ...)
x |
an object of class “benchmark.fcp” or “benchmark.aparch”. |
digits |
integer, used for number formatting. Optionally, to avoid scientific notation, set ‘options(scipen=999)’. |
... |
additional arguments passed to flextable method. |
A flextable object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.