tidyverse / haven

Read SPSS, Stata and SAS files from R
https://haven.tidyverse.org
Other
423 stars 115 forks source link

read_sas shows output of missing columns #679

Closed mzhaider closed 10 months ago

mzhaider commented 2 years ago

brief details

I am trying to open some sas files using read_sas but don't want the console to show which variables are completely missing. Right now it shows a list of variable with complete missing cases

gorcha commented 2 years ago

Can you please provide a minimal reprex (reproducible example)? The goal of a reprex is to make it as easy as possible for me to recreate your problem so that I can fix it: please help me help you! If you've never heard of a reprex before, start by reading about the reprex package, including the advice further down the page. Please make sure your reprex is created with the reprex package as it gives nicely formatted output and avoids a number of common pitfalls.

hadley commented 10 months ago

I've closed this issue due to lack of requested reprex. If you still care about this bug, please open a new issue with a reprex.