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
I would like to request that the col_types argument of read_excel() and related functions allow specifying factor as a column type. This is especially relevant for columns that are automatically guessed to be numeric but that I would like to treat as factors (e.g., numerical IDs of experimental blocks). Of course it is possible to coerce those columns to factor in a later step, but it would be helpful if it were possible to do this within read_excel().
The text was updated successfully, but these errors were encountered:
I would like to request that the
col_types
argument ofread_excel()
and related functions allow specifying factor as a column type. This is especially relevant for columns that are automatically guessed to be numeric but that I would like to treat as factors (e.g., numerical IDs of experimental blocks). Of course it is possible to coerce those columns to factor in a later step, but it would be helpful if it were possible to do this withinread_excel()
.The text was updated successfully, but these errors were encountered: