Skip to content

Commit

Permalink
Fixed error introduced in commit 126d51e
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Jan 9, 2015
1 parent bfb5d2f commit a60b498
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/exportToJson.R
Original file line number Diff line number Diff line change
Expand Up @@ -1213,6 +1213,7 @@ generateObservationPeriodReport <- function(conn, dbms, cdmSchema, outputPath, c
observationLengthHist$MIN = observationLengthStats$MIN_VALUE
observationLengthHist$MAX = observationLengthStats$MAX_VALUE
observationLengthHist$INTERVAL_SIZE = observationLengthStats$INTERVAL_SIZE
observationLengthHist$INTERVALS = (observationLengthStats$MAX_VALUE - observationLengthStats$MIN_VALUE) / observationLengthStats$INTERVAL_SIZE

renderedSql <- loadRenderTranslateSql(sqlFilename = addCdmVersionPath("/observationperiod/observationlength_data.sql",cdmVersion),
packageName = "Achilles",
Expand Down

0 comments on commit a60b498

Please sign in to comment.