We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55c8183 + 8be8ba2 commit 5368a52Copy full SHA for 5368a52
R/utils_render_table_codecheckers.R
@@ -17,13 +17,6 @@ create_all_codecheckers_table <- function(register_table){
17
select(Codechecker) %>%
18
distinct()
19
20
- # Temporary debugging
21
- print("Register table Codechecker column:")
22
- print(head(new_table$Codechecker))
23
-
24
- print("CONFIG$DICT_ORCID_ID_NAME:")
25
- print(CONFIG$DICT_ORCID_ID_NAME)
26
27
# Adding the codechecker name column
28
new_table <- new_table %>%
29
mutate(`codechecker_name` = recode(Codechecker, !!!CONFIG$DICT_ORCID_ID_NAME))
0 commit comments