filmov
tv
Subset data frame in R
Показать описание
In this short video I show how to simply select a subset of a data frame (df) in R. The tutorial uses an easy example to illustrate three different options to use only a selection of your data. One option is a selection of the rows and columns, another uses a condition and the last one uses the subset() function to select the important data of a data table.