get_compliance_result {academictwitteR} | R Documentation |
Get Compliance Result
Description
This function retrieves the information for a single compliance job.
Usage
get_compliance_result(id, bearer_token = get_bearer(), verbose = TRUE)
Arguments
id |
string, the job id |
bearer_token |
string, bearer token |
verbose |
If |
Value
a data frame
Examples
## Not run:
get_compliance_result("1460077048991555585")
## End(Not run)
[Package academictwitteR version 0.3.1 Index]