Skip to content

Commit 4807407

Browse files
author
Kaitlyn Johnson
committed
fix typo
1 parent c73e168 commit 4807407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ trajectories_to_quantiles <- function(
9191
!!quantile_value_name := stats::quantile(
9292
.data$value_col,
9393
probs = !!quantiles,
94-
nam.rm = TRUE
94+
na.rm = TRUE
9595
),
9696
!!quantile_level_name := !!quantiles
9797
)

0 commit comments

Comments
 (0)