as_flextable.benchmark: Transform an object into flextable

as_flextable.benchmark.laurentR Documentation

Transform an object into flextable

Description

Transforms a “benchmark.fcp” or “benchmark.laurent” object into a flextable.

Usage

## S3 method for class 'benchmark.laurent'
as_flextable(x, digits = 4, ...)

## S3 method for class 'benchmark.fcp'
as_flextable(x, digits = 4, ...)

Arguments

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.

Value

A flextable object.


tsgarch documentation built on Oct. 12, 2024, 1:07 a.m.