Printing a column of a dataframe

What is the correct code to print the column weight of the dataframe BEPAS?

  1. BEPAS$weight
  2. BEPAS[weight]
  3. weight[BEPAS]

(Just type the number)