In this tutorial, we will learn how to extract a column from a dataframe in R. We will extract a column as a vector using base R method and then see multiple examples of using dplyr's pull() function to extract a column from a dataframe. Getting Ready with Packages and Data … [Read more...] about How to extract a column of a dataframe as a vector in R