Tibble
Tibble与Data.frame中的group
2019-07-17
gaoch
𝕋ibble 和 Data.frame 一般可以通用,但是 Tibble 中含有的分组信息,如果不注意,有时可能会引起错误。
[…] > error_rate_summary # A tibble: 81 x 8 # Groups: enzyme, nps [27] id enzyme nps rep type Error_Rate mean std <fct> …
阅读全文 →
|