Skip to content

Commit

Permalink
Update make_projoint_data.R
Browse files Browse the repository at this point in the history
Further change related to 1b035e7
  • Loading branch information
yhoriuchi committed Aug 19, 2023
1 parent 1b035e7 commit 7106420
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/make_projoint_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ make_projoint_data <- function(
"profile" = .profile_var,
all_of(.attribute_vars),
"selected" = .selected_var) %>%
rlang::set_names(pull(variable_names))
rlang::set_names(pull(variable_names)) %>%
mutate(selected_repeated = NA,
agree = NA)

} else{

Expand Down

0 comments on commit 7106420

Please sign in to comment.