🌈 搜索
📅  最后修改于: 2022-03-11 15:00:03.008000             🧑  作者: Mango
df = data.frame(col1=c(1,2,3), col2=c(4,5,6)) dim(df) # Output: [1] 3 2