How to select one or more columns from a dataframe

In this tutorial we will learn how to select one or more columns/variables from a data frame in R. We first learn how to select the columns of interest with dplyr’s select() function by using their name and then we will learn how to select columns using base R approach. Let us get started by… Continue reading How to select one or more columns from a dataframe

Exit mobile version