convert data.frame to flextable

# S3 method for class 'data.frame'
to_flextable(
  x,
  col_width = NULL,
  table_format = orange_format,
  dose_template = FALSE,
  font_size = 9,
  ...
)