close

# Extracting some specific rows.
mydata = data.frame("Class" = c("A", "A", "B", "C"), "StudentId" = c(1, 2, 3, 4), "C3" = c(4, 5, 6, 7))
classAStudents = mydata[mydata$Class == "A",]

arrow
arrow
    全站熱搜

    awesq123 發表在 痞客邦 留言(0) 人氣()