Skip to contents

Reads in a TOML file containing structured figure or table code chunk data, suited to be fed to chunks().

Usage

read_chunk_toml(path)

Arguments

path

Path to the TOML file containing structured figure or table code chunk data. A character scalar.

Value

A tibble.

See also

Other code chunk functions: chunks(), fig_chunk(), tbl_chunk()