Skip to content

Commit

Permalink
order PC_OUT
Browse files Browse the repository at this point in the history
  • Loading branch information
vicjulrin committed Oct 4, 2023
1 parent 190d76b commit 567051b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/00_dpc_analyisis/dpc_analyisis.R
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ output<- tryCatch({

dPC_template<- dplyr::select(spatial_unit_data,c("group_n", group)) %>% dplyr::distinct()
dPC_correct<- list(dPC, dPC_template) %>% plyr::join_all() %>% dplyr::select(-"group_n") %>%
dplyr::relocate(group, .after = 1)
dplyr::relocate(group, .after = 1) %>% dplyr::relocate(PC, .before= PC_out)


# Define protcom result output
Expand Down

0 comments on commit 567051b

Please sign in to comment.