Hi!
I'm having trouble with suppressing the:
Parsing [========================================================================================] ETA: 0s
message (even though it's not actually a message) that comes from querying something using dplyr::collect() and connecting to a bigquery table.
I've tried all of the knitr options and using invisible, but they all are not working.
Is there a way I can silence this message earlier instead of trying to get .Rmd to ignore the message?