Skip to content

Generates edit operations between two strings.

Usage

get_editops(s1, s2)

Arguments

s1

The source string.

s2

The target string.

Value

A DataFrame with edit operations.