Skip to contents

Detect and parse a Key Resources Table embedded in a document

Usage

detect_existing_krt(doc)

Arguments

doc

The result of read_input_text().

Value

A krt_tbl parsed from the embedded table, or NULL if none is found.

Examples

detect_existing_krt(read_input_text("No table here."))
#> NULL