Answers for "dataframe selection of particular rows in r"

0

select a value in a data frame R

murders[murders$abb == "AL", "total"]
Posted by: Guest on March-07-2022
-1

select number of row dataframe r

df <- df[1:5,]
Posted by: Guest on April-03-2021

Code answers related to "dataframe selection of particular rows in r"

Browse Popular Code Answers by Language