Janko Thyson
Janko Thyson
I really love the {gt} package so far, you've built a really nice interface! The only thing that keeps me from shipping a professional PDF doc out the door is...
Hi @vspinu and sorry if I wasn't precise enough. I'm looking for a way to map a particular *week of the year* to the correct *month of the year* and...
Yes, if there's no "direct approach", I'd like to parse weeks to a POSIX date (including whatever workarounds are necessary to get there; e.g. defining a day of the week)...
I'm not familiar with the internals of `lubridate`, but from your answer I take it you're not using whatever`strptime` is using internaly but some better/more consistent parser, is that correct?...
fromJSON nested json object parsed as data.frame instead of list of lists (simplifyDataFrame = TRUE)
Stumbling over the same issue. Has there been any progress and/or is there a way to tell `jsonlite` to parse nested structures as either `list`s or `tibble`s?
fromJSON nested json object parsed as data.frame instead of list of lists (simplifyDataFrame = TRUE)
Cool, thanks. A bit out of bounds, but: Is there a way to also tell `mongolite` to parse this way within `$find()`? I know that there's `handler`, however I'm totally...
I'm running into the same issue with CRAN version `0.26.1` and dev version `0.26.1.9000`
@jdblischak thanks for getting back to me on this. Turns out I'm not using a passphrase - even though I probably should, so this was a good reminder ;-) I'm...
@andrie @jjallaire: maybe worth mentioning that the `else` part in ```{r} if (!all(is.null(names(merged_list)))) { # This implies a structural change from named list to unnamed list and # thus the...