Description Usage Arguments Details Value See Also Examples
Pretty printing for the result of applyChanges.
| 1 2 | 
| x | [list.applyChanges] The output of  | 
| ... | Unused; only for consistency with  | 
The output of applyChanges is a list, potentially a very long one, and difficult to read. To make it easier to digest, this function only prints the $end element, i.e. the final shapes produced by the application of all of the sound changes.
[list.applyChanges] The same object that was given as x.
applyChanges, print.tree.applyChanges
| 1 2 3 4 5 6 | # prepare sample data
dataset <- loadSampleDataset ("data-capitals")
changes <- list (loadSampleDataset("change-dl2l"), loadSampleDataset("change-rhotacism"))
# apply the changes
applyChanges (dataset, changes, "ORTHOGRAPHY.German")
applyChanges (dataset, changes, "ORTHOGRAPHY.German", "ORTHOGRAPHY.Polish", highlight="console")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.