File: job_compliance.Rd

package info (click to toggle)
r-cran-rtweet 2.0.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,068 kB
  • sloc: sh: 13; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,028 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/compliance.R
\name{job_compliance}
\alias{job_compliance}
\title{Job compliance}
\usage{
job_compliance(ids, name, type, resumable = TRUE, token = NULL)
}
\arguments{
\item{ids}{Ids of tweets or users to check.}

\item{name}{Name of the job.}

\item{type}{Type of ids: either 'tweets' or 'users'.}

\item{resumable}{A logical value if the job is resumable.}

\item{token}{Bearer token used.}
}
\description{
Job compliance
}
\references{
\url{https://developer.twitter.com/en/docs/twitter-api/compliance/batch-compliance/api-reference}
Submit job: \url{https://developer.twitter.com/en/docs/twitter-api/compliance/batch-compliance/api-reference/post-compliance-jobs}
Job status: \url{https://developer.twitter.com/en/docs/twitter-api/compliance/batch-compliance/api-reference/get-compliance-jobs-id}
Jobs list: \url{https://developer.twitter.com/en/docs/twitter-api/compliance/batch-compliance/api-reference/get-compliance-jobs}
}
\keyword{internal}