You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reading in a set of multiple Excel files (e.g., in an lapply before calling dplyr::bind_rows), the number of columns in each file may not be known in advance, meaning that a col_types vector can't be specified. As a result, it would be helpful to force a common format for all columns as they are read in.
The text was updated successfully, but these errors were encountered:
When reading in a set of multiple Excel files (e.g., in an
lapply
before callingdplyr::bind_rows
), the number of columns in each file may not be known in advance, meaning that acol_types
vector can't be specified. As a result, it would be helpful to force a common format for all columns as they are read in.The text was updated successfully, but these errors were encountered: