# NOT RUN {
## `pager="off"` for CRAN compliance; you may omit in normal use
diffChr(letters, letters[-13], context=auto_context(0, 3), pager="off")
diffChr(letters, letters[-13], context=auto_context(0, 10), pager="off")
diffChr(
letters, letters[-13], context=auto_context(0, 10), line.limit=3L,
pager="off"
)
# }
Run the code above in your browser using DataLab