Learn R Programming

academictwitteR (version 0.3.1)

get_compliance_result: 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 FALSE, query progress messages are suppressed

Value

a data frame

Examples

Run this code
# NOT RUN {
get_compliance_result("1460077048991555585")
# }

Run the code above in your browser using DataLab