Skip to content

Commit 11c30f1

Browse files
[skip actions] Restyle files
1 parent bc9981b commit 11c30f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

R/fda-fig_14.R

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,25 +42,25 @@ make_fig_14 <- function(df,
4242
yticks = NA,
4343
ggtheme = NULL,
4444
add_table = TRUE,
45-
annotations = NULL){
45+
annotations = NULL) {
4646
checkmate::assert_subset(c(arm_var, saffl_var, visit_var), names(df))
4747
assert_flag_variables(df, saffl_var)
4848

4949
df <- df %>%
5050
as_tibble() %>%
5151
filter(
5252
.data[[saffl_var]] == "Y",
53-
PARAMCD == {{paramcd_val}},
53+
PARAMCD == {{ paramcd_val }},
5454
!is.na(AVAL)
5555
) %>%
5656
df_explicit_na()
5757

58-
if (!(is.null({{add_cond}}))) {
58+
if (!(is.null({{ add_cond }}))) {
5959
df <- df %>%
6060
filter(!!rlang::parse_expr(add_cond))
6161
}
6262

63-
if (is.null({{y_lab}})) {
63+
if (is.null({{ y_lab }})) {
6464
y_param <- unique(df$PARAM)
6565
y_avalu <- unique(df$AVALU)
6666

0 commit comments

Comments
 (0)