Skip to content

Commit

Permalink
check parse_data_name for spat in zone_summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Carvalho committed Apr 23, 2024
1 parent 13bd486 commit 52072a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zone_summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ zone_summary <- function(dat,

spatout <- data_pull(spat, project)
spatdat <- spatout$dataset
# spat <- parse_data_name(spat, "spat", project)
spat <- parse_data_name(spat, "spat", project)

# multi_plot <- FALSE
#
Expand Down

0 comments on commit 52072a2

Please sign in to comment.