nice_print | R Documentation |
Prints the output of getNiceAlignment() in a visually informative format in order to inspect the alignment
nice_print(niceAlignment)
niceAlignment |
list Output of the method getNiceAlignment() |
Pretty-prints the list returned by getNiceAlignment()
query = "elephant"
target = "telephone"
result = align(query, target, task = "path")
nice_algn = getNiceAlignment(result, query, target)
nice_print(nice_algn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.