Learn R Programming

decryptr (version 0.2.2)

get_answer: Get answer from filename and build answer matrix

Description

Get answer from filename and build answer matrix

Usage

get_answer(file, vocab)

Arguments

file

Path to a captcha with its answer separated by and underscore ('_') in the filename

vocab

Character vector with all possible values in the captcha. If not specified, answers won't be transformed to the matrix format.