codebook_summary_stats_to_ft: Create Formatted Flextable From Summary Statistics

Description Usage Arguments Value

View source: R/codebook_summary_stats_to_ft.R

Description

Create Formatted Flextable From Summary Statistics

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
codebook_summary_stats_to_ft(df, ...)

## S3 method for class 'summary_numeric'
codebook_summary_stats_to_ft(df,
  col_width = 1.3)

## S3 method for class 'summary_many_cats'
codebook_summary_stats_to_ft(df,
  col_width = 1.62)

## S3 method for class 'summary_few_cats'
codebook_summary_stats_to_ft(df,
  col_width = 1.62)

## S3 method for class 'summary_time'
codebook_summary_stats_to_ft(df, col_width = 1.62)

Arguments

df

Data frame of summary statistics

...

Other stuff

col_width

Set the width of the column that will appear in the Word table

Value

Flextbal object


brad-cannell/bfuncs documentation built on July 21, 2019, 10:45 a.m.