notify_cell: Send a text notification to cell phone

View source: R/notify_cell.R

notify_cellR Documentation

Send a text notification to cell phone

Description

Send a text notification to cell phone. Only works with AT&T carriers. Uses MMS in order to appear as coming from email address to recipient, rather than a new number every time.

Usage

notify_cell(cell.number, text.content = NULL)

Arguments

cell.number

10-digit phone number to contact, without hyphens or periods.

text.content

String that is body of message, i.e. contents of text.

Examples

# non-operative
# notify_cell(8005555555)
# notify_cell(8005555555, "The simulation is finished on laptop.")

wepelham3/sack2 documentation built on Aug. 5, 2023, 5:53 a.m.