Skip to content

Commit

Permalink
comment out all code again
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Carvalho committed Apr 23, 2024
1 parent 4f75842 commit 507e151
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/zone_summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ zone_summary <- function(dat,
output = "plot") {

# Call in datasets
out <- data_pull(dat, project)
dataset <- out$dataset
dat <- parse_data_name(dat, "main", project)
# out <- data_pull(dat, project)
# dataset <- out$dataset
# dat <- parse_data_name(dat, "main", project)

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

0 comments on commit 507e151

Please sign in to comment.