Learn R Programming

diffobj (version 0.3.6)

summary,MyersMbaSes-method: Summary Method for Shortest Edit Path

Description

Displays the data required to generate the shortest edit path for comparison between two strings.

Usage

# S4 method for MyersMbaSes
summary(object, with.match = FALSE, ...)

Value

whatever the data frame print method returns

Arguments

object

the diff_myers object to display

with.match

logical(1L) whether to show what text the edit command refers to

...

forwarded to the data frame print method used to actually display the data