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
In #664 we removed how stringsAsFactors was being set and the functions now use R's default. If you have any input on how pins stores dataframes by default, take a look at #666!
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
Hello fellow homo sapiens,
pin_write() seems to be converting character variables to factors despite what I read here in issue #175
I read in the Palmer Penguins data set from a csv file. Here's what the tibble looks like.
I pin it to my board
When I read it back, I get this with all character variables now as factors.
I took a look at the documentation, but couldn't find anything that could account for this behavior. Do you know what I am missing?
Keep up the good work!
The text was updated successfully, but these errors were encountered: