Martin, I'm pretty sure the use of Matrix here (actually by someone
else than Dr Bryan) was to make an easy, inline, reproducible example.
The actual "ugh" column comes from using git2r. I'm assuming there's
an API call returning some pretty gnarly structures that are getting
shoehorned into a data
> boB Rudis
> on Tue, 12 Jan 2016 13:51:50 -0500 writes:
> I wonder if something like:
> format.list <- function(x, ...) {
> rep(class(x[[1]]), length(x))
> }
> would be sufficient? (prbly needs more 'if's though)
Dear Jenny,
for a different perspective (and a lo
I wonder if something like:
format.list <- function(x, ...) {
rep(class(x[[1]]), length(x))
}
would be sufficient? (prbly needs more 'if's though)
On Tue, Jan 12, 2016 at 12:15 PM, Jenny Bryan wrote:
> Is there a general problem with printing a data.frame when it has a
> list-column of S4 obj
Is there a general problem with printing a data.frame when it has a
list-column of S4 objects? Or am I just unlucky in my life choices?
I ran across this with objects from the git2r package but maintainer
Stefan Widgren points out this example below from Matrix as well. I note
that the offending o
4 matches
Mail list logo