I have a data frame called data which I read in from a CSV file in my R script. There is a column (named Bool which is in that data frame which has all values as FALSE.
Given an integer x, I want to make the first x rows in the column Bool TRUE.
How do I do this?
You could