Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
簡単なコードを見る
library(reactable) data = data.frame(x = c('a','a','b','b'), values = c(NA,5,3,NA)) reactable(data, groupBy = 'x')
NAでない行だけを数えることはできますか?
代わりに a(1), b(1) を見たい