Skip to content

Commit

Permalink
fix #133 (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel authored Feb 7, 2023
1 parent 89daadf commit 9424494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/info.R
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ get_abstract_null <- function(x) {
}

guess_layer_format <- function(layer) {
if (any(layer$getDescription(pretty = TRUE)$type == "geometry")) {
if (any(layer$getDescription(pretty = TRUE)$geometry)) {
"sf"
} else {
"data.frame"
Expand Down

0 comments on commit 9424494

Please sign in to comment.