In the interactive baseline characteristics table generated by react_base_char(), the columns of AE table may not be corrected when gender is factorized with "Male" and "Female". For the subgroup of "Male", more columns are displayed than the number of treatment groups with missing name. This may be due to the following code in react_subgroup_table().
race_columns <- grep(tolower(subgroup_name), tolower(names(tbl)), value = TRUE)
In the interactive baseline characteristics table generated by react_base_char(), the columns of AE table may not be corrected when gender is factorized with "Male" and "Female". For the subgroup of "Male", more columns are displayed than the number of treatment groups with missing name. This may be due to the following code in
react_subgroup_table().