Juan Mayorga
Juan Mayorga
Does `facet_trelliscope()` work with `ggplot2::geom_sf()`? The funtion is failing on me when `facet_wrap()` works fine. `nc %>% select(SID74, SID79, geom) %>% gather(VAR, SID, -geom) %>% geom_sf(data = nc2, aes(fill =...
Session Info ```r ``` Hi - I have a brief clarifying question: After using `fb_import`, are dowloaded tables available for use in fresh R sessions without internet connection? Thank you
I'm trying to use the package in a Packrat project and I'm running into this error when I run the example: ``` fish
Is there a current or planned workflow for using pointblank validations within Quarto code chunks, similar to how validate = TRUE works in R Markdown? Would love to hear if...