peek {crosstable}R Documentation

Open a crosstable in a temporary document

Description

This eases copy-pasting

Usage

peek(x, docx = getOption("crosstable_peek_docx", TRUE), ...)

Arguments

x

a crosstable

docx

if true, peek as a docx, else, peek as xlsx

...

passed on to as_flextable.crosstable() or to as_workbook()

Value

Nothing, called for its side effects

Author(s)

Dan Chaltiel


[Package crosstable version 0.7.0 Index]