R/ores.R

#' @title Connector to the Objective Revision Evaluation Service (ORES)
#' @name ores
#' @description This package provides a connector to ORES, an AI project
#' to provide edit scoring for content on Wikipedia and other Wikimedia projects.
#' This lets a researcher identify if edits are likely to be reverted,
#' damaging, or made in good faith.
#' 
#' @importFrom httr user_agent GET stop_for_status content
#' @docType package
#' @aliases ores ores-package
NULL

Try the ores package in your browser

Any scripts or data that you put into this service are public.

ores documentation built on Aug. 27, 2020, 9:08 a.m.