hypertidy / silicate

A general form for complex data
https://hypertidy.github.io/silicate/
53 stars 4 forks source link

tibble matrix stuff #108

Closed mdsumner closed 4 years ago

mdsumner commented 4 years ago
x <- SC0(rgdal::readOGR(system.file("gpkg/nc.gpkg", package = "sf")))
OGR data source with driver: GPKG 
Source: "/usr/local/lib/R/site-library/sf/gpkg/nc.gpkg", layer: "nc.gpkg"
with 100 features
It has 14 fields
Warning message:
The `x` argument of `as_tibble.matrix()` must have column names if `.name_repair` is omitted as of tibble 2.0.0.
Using compatibility `.name_repair`.
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated.