Learn R Programming

slidex (version 0.0.0.9001)

tribble_code: Wrap a DF in tibble::tribble code

Description

Wrap a DF in tibble::tribble code

Usage

tribble_code(df, tbl_num = "")

Arguments

df

A data.frame, typically the output from extract_table.

tbl_num

The table number. Not produced in the caption, but used to name the object and the code chunk. In typical application, corresponds to the slide number.