Description Usage Arguments Value
View source: R/update_entity.R
Update specified tags and enabled status of an existing entity. Tags that are not specified are left unchanged.
1 2 | update_entity(entity, tag_names = character(0), tag_values = character(0),
enabled = NA, verbose = FALSE)
|
entity |
Required argument, an entity name. The entity should exist into ATSD.
In case you want to create new entity use the |
tag_names |
Optional argument, a character vector of names of tags. |
tag_values |
Optional argument, a character vector of values of tags.
This vector should has the same length as the |
enabled |
Optional boolean argument.
If |
verbose |
Optional boolean argument, |
codeTRUE if update success, FALSE
— otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.