ropensci / nomisr

Access UK official statistics from the Nomis database through R.
https://docs.ropensci.org/nomisr
Other
44 stars 12 forks source link

Use show_col_types = FALSE in read_csv calls #25

Closed jackobailey closed 3 years ago

jackobailey commented 3 years ago

Hi,

The read_csv function now reports column types by default. You can turn this off with the argument show_col_types = FALSE. Can I suggest that you turn it off so that the output while downloading data is less verbose?

evanodell commented 3 years ago

Thanks for flagging this, I've corrected it in the recent commit, will submit an update to CRAN in the next few days.