Skip to content

Commit

Permalink
Use synthesis variable to add attribute to the data.table
Browse files Browse the repository at this point in the history
  • Loading branch information
kemihak committed Oct 16, 2024
1 parent 4962d8d commit 8e9d85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/readAntares.R
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ readAntaresAPI <- function(areas = NULL,
)
}

res <- .addClassAndAttributes(x = res, synthesis = FALSE, timeStep = timeStep, opts = opts, simplify = TRUE, type = type)
res <- .addClassAndAttributes(x = res, synthesis = synthesis, timeStep = timeStep, opts = opts, simplify = TRUE, type = type)

return(res)
}
Expand Down

0 comments on commit 8e9d85c

Please sign in to comment.