Skip to content

Commit

Permalink
Fix lintr errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Monika-H committed Mar 5, 2024
1 parent 7fb285a commit c6d2585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/internal.R
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
as.numeric(stats::prop.test(x, n)$estimate),
se = abs(average -
(100 * as.numeric(stats::prop.test(x, n)$conf.int)[1])
)) %>%
)) %>%
dplyr::ungroup()

# To create ellipsis shape and avoid overlapping between both of them,
Expand Down

0 comments on commit c6d2585

Please sign in to comment.