Skip to content

Commit 84a5cf1

Browse files
committed
assign the modified enroll rate back (similar to Merck#504)
1 parent a33d657 commit 84a5cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/define.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ define_enroll_rate <- function(
6060
rate = rate
6161
)
6262

63-
check_enroll_rate(df)
63+
df <- check_enroll_rate(df)
6464

6565
class(df) <- c("enroll_rate", class(df))
6666

0 commit comments

Comments
 (0)