Arthur Gailes
Arthur Gailes
+1. I've been trying to add this through htmlDependency, and it seems to be impossible.
@am2222 Have you tried it? And if so, would you mind giving a quick pseudo code example? Thanks!
Showing the difference at scale: ``` library(sf) nc = st_read(system.file("shape/nc.shp", package="sf")) #> Reading layer `nc' from data source #> `C:\Users\Arthur.Gailes\Documents\R\R-4.1.0\library\sf\shape\nc.shp' #> using driver `ESRI Shapefile' #> Simple feature collection with...
Thanks! This works really well with online images, but doesn't seem to work on a local directory.
In case it helps others, I solved this like so: ``` import { add } from 'ionicons/icons'; ``` And then instead of assigning the directly as a string, I use...
Having the same problem here.
Another possible solution. If of interest I can submit a pr: ``` count_polygon_overlaps sf:: st_collection_extract('POLYGON') new_polys lengths() > 0)] new_shp as.data.frame() |> dplyr::group_by(row.id) |> dplyr::summarize(origins = list(col.id)) |> subset(!is.null(origins)) new_shp[["origins"]]
Does this mean we can safely ignore the deprecation warning: defines an invalid resolve.alias which will be deprecated in the next major release: a path alias cannot start with @,...
Could probably do more here, e.g. allowing for a rename of $data and unnest, but stopping here in case this is out-of-scope.
Sure thing. Perhaps something like: ``` fnest