sms_attachment_path: Find SMS attachment path

View source: R/sms.R

sms_attachment_pathR Documentation

Find SMS attachment path

Description

Return the file path to an SMS attachment given the relative path from the SMS database

Usage

sms_attachment_path(backup, attachment_filename)

Arguments

backup

An ios_backup object

attachment_filename

The attachment filename from the SMS database

Value

The full path to the attachment file in the backup

Examples

## Not run: 
backup <- get_backup()
sms <- read_sms_data(backup)
sms_attachment_path(backup, na.omit(sms$attachment_filename))

## End(Not run)

MrFlick/myphone documentation built on Sept. 16, 2022, 12:07 p.m.