Skip to content
Prev 389202 / 398506 Next

[R Code] Split long names in format.ftable

Dear List members,


I have uploaded an improved version on Github:
- new option: align top vs bottom;

Functions:
split.names: splits and aligns the names;
merge.align: aligns 2 string matrices;
ftable2: enhanced version of format.ftable (proof of concept);
see:
https://github.com/discoleo/R/blob/master/Stat/Tools.Data.R


It makes sense to have such functionality in base R as well: it may be 
useful in various locations to format character output.


Sincerely,


Leonard
On 9/14/2021 8:18 PM, Leonard Mada wrote: