Andy Barker

Results 2 comments of Andy Barker

This isn't a solution, but a workaround that has worked for my current scenario (lots of dwgs with 3d lines i need to extract). TLDR: read the geometry as WKT...

I've encountered the same issue - but mine seems to be specifically associated with using `cells_column_labels()` with `opt_interactive()`. Using version 0.9.0 This works (non-interactive cells_column_lables): ```r gtcars[1:5,] |> gt() |>...