passive_tags: Get the tags for a query value

Description Usage Arguments Value Note References See Also Examples

Description

Get the tags for a query value

Usage

1
passive_tags(query, auth = passive_auth())

Arguments

query

Query value to use in your request.

auth

list containing PassiveTotal user & key

Value

list

Note

All API function in the passivetotal pacake use memoise::memoise to cache results. Call forget(passive_tags) to invalidate the cache for this function.

References

https://api.passivetotal.org/api/docs/#api-Actions-GetV2ActionsTagsQuery

See Also

Other action functions: passive_classification, passive_status, passive_tag_search

Examples

1
2
3
4
## Not run: 
passive_tags("passivetotal.org")

## End(Not run)

hrbrmstr/passivetotal documentation built on May 17, 2019, 5:12 p.m.