Displaying 1 result from an estimated 1 matches for "r35262".
Did you mean:
35262
2025 May 11
0
Why does format.default skip dispatch for list items?
This is the documented behavior since r35262 (2005), from ?format
> If x is a list, the result is a character vector obtained by applying format.default(x, ...) to each element of the list
One consequence is that we can't add "nice" printing methods for
list-of-object columns in data.frames:
https://github.com/eddelbuettel...