Learn R Programming

decryptr (version 0.2.2)

predict.captcha: Break captchas

Description

This is an alternative to decrypt() that can be used in a more convenient way if you're used to modeling. So, if you're a hardcore #rstats fan and your fingers start itching if you don't run stats::predict() every 2 lines, this wrapper is for you.

Usage

# S3 method for captcha
predict(object, newdata = NULL, ...)

Arguments

object

A model for which prediction is desired

newdata

A list of captcha objects read with read_captcha()

...