j-sirgo
j-sirgo
Date times with 24 in the hour column don't read properly in vroom. However, the conversion can be made using lubridate::ymd_hm or lubridate::ymd_hms. ``` r library(vroom) vroom("date\n2015-06-14 24:00\n2015-06-14 08:01:01", delim=",")...
The ggiraph library is amazing. I often use geomtextpath as I like the labels along the lines, for example. Is there a chance the geomtextpath geometries get added in ggiraph?
I am using geomtextpath_0.1.0.9000 in R and I get: ```Ignoring unknown parameters: text_smoothing``` My code: ``` ggplot(dt, aes(x = year, y = val)) + scale_color_brewer(palette="Set1") + geom_textline(aes(label = Series, color...