Roberto Ulloa

Results 13 comments of Roberto Ulloa

Sounds good, I am only missing the two versions of fetch. I like the idea of separating the simple fetch (just content) from the advanced fetch (full response). Many users...

do you mean something like this? ``` complex_example = structure(list(`_id` = c(272538886144, 1248, 1432432, 1496184576), createdAt = structure(c(1626034012, 1626372704, 1631013467, 1631617963), class = c("POSIXct", "POSIXt" )), possiblySensitive = c(FALSE, FALSE,...

@flying-sheep, I am encountering the same error. I transformed the example of @gegnew with `dput(df_that_doesnt_display)`: ``` df_that_doesnt_display = structure(list(something = structure(list(weird = 1L), class = "data.frame", row.names = 1L)), class...