wiki_diff(con, revisions, properties = c("ids", "flags", "timestamp", "user",
"userid", "size", "sha1", "contentmodel", "comment", "parsedcomment", "tags",
"flagged"), direction = c("prev", "next", "cur"))
wiki_con
,
that corresponds to the project you're trying to query.If you're going to be asking for a lot of diffs, some of which may not be cached, it may be more
sensible to retrieve the revisions themselves using wiki_revision
and compute the
diffs yourself.