View source: R/jumpstart_utils.R
tag_key_in_array | R Documentation |
Returns True if “tag_key“ is in the “tag_array“.
tag_key_in_array(tag_key, tag_array)
tag_key |
(str): the tag key to check if it's already in the “tag_array“. |
tag_array |
(List[Dict[str, str]]): array of tags to check for “tag_key“. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.