Skip to content

Commit

Permalink
comment out parse_data_name 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 9c7fa27 commit f2bf312
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 @@ -102,7 +102,7 @@ zone_summary <- function(dat,
# Call in datasets
out <- data_pull(dat, project)
dataset <- out$dataset
dat <- parse_data_name(dat = dat, type = "main", project = project)
# dat <- parse_data_name(dat = dat, type = "main", project = project)

# spatout <- data_pull(spat, project)
# spatdat <- spatout$dataset
Expand Down

0 comments on commit f2bf312

Please sign in to comment.