I'd really like #awk with #dplyr select semantics. Or, I guess what I really want is a good way of streaming through a file in #Rstats without running into memory issues when I'm doing basic filtering. It feels like this should be doable in R using #arrow or #duckdb or even read_delim_chunked or something, but I haven't gotten it to work reliably yet. What are y'all's best tips to do handle this?