Transforms a “benchmark.fcp” or “benchmark.laurent” object into a flextable.
# S3 method for benchmark.laurent
as_flextable(x, digits = 4, ...)# S3 method for benchmark.fcp
as_flextable(x, digits = 4, ...)
A flextable object.
an object of class “benchmark.fcp” or “benchmark.aparch”.
integer, used for number formatting. Optionally, to avoid scientific notation, set ‘options(scipen=999)’.
additional arguments passed to flextable method.