View source: R/is_data_tag_valid.R
is_data_tag_valid | R Documentation |
m2c2R
is_data_tag_valid(data, tag_name = "", tag_value = T)
data |
Name of a tibble or data frame |
tag_name |
Name of data tag |
tag_value |
Tag value (TRUE/FALSE) |
This function checks whether a specified data tag is present in the supplied data frame or tibble. If present, the function checks whether the tag has the specified tag value.
Returns TRUE/FALSE.
Nelson Roque, Nelson.Roque@ucf.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.