Tagged: indexing

Extract certain rows of data set in R

Extract certain rows of data set in R, we will learn how to extract specific rows of a data set using the slice function of the dplyr package in R. This function is useful...

Extract columns of data frame in R

Extract columns of data frame in R, The pull() function in R’s dplyr package allows users to extract columns from a data frame or tibble. Extract columns of data frame in R This article...