build_dummy_flextable: Make a dummy table

View source: R/dum.R

build_dummy_flextableR Documentation

Make a dummy table

Description

Make a dummy table

Usage

build_dummy_flextable(
  dic = NULL,
  rows = NULL,
  cols,
  top.header,
  multiresponse = T,
  caption = NULL,
  ...
)

Arguments

dic

A data.frame containing the data dictionary, as generated by generate_dictionary.

rows

Numeric vector of the rows of interest in the dictionary

cols

Character vector of columns that we want to use as focus

top.header

Additional header row

multiresponse

Boolean; whether table is for multi-response questions

caption

The caption of the table

...

Other parameters for internal use by the internal function make_table


BroVic/jGBV documentation built on Oct. 9, 2022, 6:38 a.m.