Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekmek7 committed Jun 4, 2024
1 parent d3f3aa8 commit d7d9d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/readClusterDesc.R
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ readClusterSTDesc <- function(opts = simOptions()) {
newcol <- newcol[, c("area", "cluster") := tstrsplit(clusters$cluster, " / ", fixed = TRUE, keep = 1:2)]
res <- data.table(newcol,clusters[,-"cluster"])

}
}else{
areas <- list.files(path)
res <- ldply(areas, function(x) {
Expand All @@ -160,7 +161,6 @@ readClusterSTDesc <- function(opts = simOptions()) {
res$cluster <- as.factor(tolower(res$cluster))
}
res
}
}
.generate_columns_by_type <- function(dir = c("thermal/clusters", "renewables/clusters", "st-storage/clusters")) {

Expand Down

0 comments on commit d7d9d45

Please sign in to comment.