Skip to content

Commit

Permalink
Merge pull request #3 from GISerDaiShaoqing/master
Browse files Browse the repository at this point in the history
Fixed sf_geoda #1
  • Loading branch information
lixun910 authored Nov 27, 2019
2 parents 677cf07 + c1ed206 commit 537e8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/sf_geoda.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sf_to_geoda = function(sf_obj, ...) {
}

kwargs <- list(...)
with_table <- ifelse(hasArg("with_table"), kwargs$with_table, FALSE)
with_table <- ifelse(hasArg("with_table"), kwargs$with_table, TRUE)

# geometries
sf_geom <- st_geometry(sf_obj)
Expand Down

0 comments on commit 537e8de

Please sign in to comment.