# Build example block from above:
x <- paste(c(
"Allosaurus 012100?1011",
"Abelisaurus 0100???0000",
"Tyrannosaurus 01012012010",
"Yi 10101?0????"
), collapse = "\n")
# Look at block pre-alignment:
x
# Align block and place on clipboard:
if (FALSE) {
align_matrix_block(x)
}
# To test the response open a text editor and paste the
# contents of the clipboard.
Run the code above in your browser using DataLab