
Detect and parse a Key Resources Table embedded in a document
Source:R/extract_text.R
detect_existing_krt.RdDetect and parse a Key Resources Table embedded in a document
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