I have a data set with column names X and Y; once I load the data to a dF; how do I get a data frame containing only values of dF with X = A (lets say A is one of the values of X).
I get this error when I try df$var_Structure=="A" in R Studio console - https://itsmycode.com/object-of-type-closure-is-not-subsettable/#:~:text=What%20does%20object%20of%20type,the%20name%20instead%20of%20value.;
I forgot how to use slice here