Unlimited learning, half price | 50% off
Get 50% off unlimited learning

diffobj (version 0.1.11)

strip_hz_control: Replace Horizontal Spacing Control Characters

Description

Removes tabs, newlines, and carriage returns and manipulates the text so that it looks the renders the same as it did with those horizontal control characters embedded. This function is used when the convert.hz.white.space parameter to the diff* methods is active. The term “strip” is a misnomer that remains for legacy reasons and lazyness.

Usage

strip_hz_control(txt, stops = 8L)

Arguments

txt

character to covert

stops

integer, what tab stops to use

Details

This is an internal function with exposed documentation because it is referenced in an external function's documentation.