predictEmail: predictEmail

Description Usage Arguments Value Examples

View source: R/predictEmail.R

Description

Predict whether an email is spam or not

Usage

1
predictEmail(email)

Arguments

email

The email to be checked

Value

Character "spam" if it is suspected to be spam, otherwise "ham"

Examples

1
predictEmail("This is my email")

megahf/spamfilter documentation built on May 29, 2019, 4:42 a.m.