account_history: Get history associated with your account.

Description Usage Arguments Value Note References See Also

Description

Get history associated with your account.

Usage

1
2
3
account_history(source = c("", "web", "api"), dt = NULL, type = c("",
  "search", "classify", "tag", "watch"), focus = NULL,
  auth = passive_auth())

Arguments

source

optional Source of the action: web, api

dt

optional Datetime to be used as a filter.

type

optional Type of history: search, classify, tag, watch

focus

optional Specific value that was used as the focus of the history.

auth

list containing PassiveTotal user & key

Value

tbl_df of account history details

Note

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

References

https://api.passivetotal.org/api/docs/#api-Account-GetV2AccountHistory

See Also

Other Account functions: account_info, account_notifications, account_organization, account_sources, account_teamstream


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