If you mean add units to elements in table, expn <- data.frame (Height, Weight, BMI) %>% mutate(Height = paste(Height, "in"), ...
確定! 回上一頁