Skip to content

Commit c67b4c2

Browse files
committed
assign the modifed df back to df
1 parent 33af554 commit c67b4c2

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
@@ -125,7 +125,7 @@ define_fail_rate <- function(
125125
hr = hr
126126
)
127127

128-
check_fail_rate(df)
128+
df <- check_fail_rate(df)
129129

130130
class(df) <- c("fail_rate", class(df))
131131

0 commit comments

Comments
 (0)