I have a .txt file read into a table called power with over 2 million observations of 9 variables. I am trying to subset power
.txt
table
power
Your approach is correct, try reading in the text file with
power <- read.table("textfile.txt", stringsAsFactors = FALSE)