get_yaml_field | R Documentation |
yaml
textParses yaml
text, extracting the specified field. Returns list names if it's a list;
otherwise, the field itself.
get_yaml_field(yaml_text, field_name)
yaml_text |
( |
field_name |
( |
If the field is a list, it returns the names of elements in the list; otherwise, it returns the extracted field.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.