yaml_extract | R Documentation |
Extract YAML keys from block
yaml_extract(yaml, trim = "~~~")
yaml |
Character. String from which to extract YAML keys |
trim |
Character. Text to remove from the YAML block before processing. Usually the text that defines the block. |
data frame of yaml keys
yaml_extract("~~~start: 2023-11-12\nauthor: Steffi\n~~~")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.