Skip to content

Commit 2ab53cb

Browse files
committed
Merge branch 'mock-data-review' of http://github.com/Big-Life-Lab/chmsflow into mock-data-review
2 parents cee53cc + 38538f2 commit 2ab53cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-raw/prep-dummy-data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ cycle6 <- data.frame(
702702
LAB_GGT = sample(5:698, 50, replace = TRUE),
703703
LAB_HBA1 = sample(c(seq(0.04, 0.09, by = 0.01), 9.997), 50, replace = TRUE),
704704
LAB_HDL = runif(50, 0.49, 3.74),
705-
LAB_UNA = runif(50, 5, 380),
705+
LAB_UNA = runif(50, 5, 380),
706706
LAB_VIDS = runif(50, 8.4, 291.9),
707707
LAFCOC16 = sample(12:9619, 50, replace = TRUE),
708708
LAFDWSL = sample(1:5, 50, replace = TRUE),

0 commit comments

Comments
 (0)