Concept Flow - select() for column selection
Start with data frame
Call select() with column names
select() extracts specified columns
Return new data frame with selected columns
End
The select() function takes a data frame and column names, then returns a new data frame with only those columns.