# NOT RUN {
# get all entities and include all their tags in the data frame
get_entities()
# get all active entities and include all their tags in the data frame
get_entities(active = "true")
# Get the top 2 entities whose 'name' and user-defined entity tag, 'app',
# match to the expression. Include the tag, 'app', into response
# and exclude oter user-defined entity tags.
get_entities(expression = "name like 'nur*' and lower(tags.app) like '*hbase*'",
tags = "app", limit = 2)
# }
Run the code above in your browser using DataLab