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 am using a read_csv function from readr package, which worked fine for me with readr version 2.1.2; however, when upgrading to version 2.1.3, the following problem appears: Warning: Error in enc2utf8: argument is not a character vector.
I can't run this code to see what you're experiencing. I.e. I don't have input$csv$datapath. Apparently read_csv() is expecting it to be character and I guess it's not?
Could you please turn this into a self-contained reprex (short for minimal reproducible example)? It will help us help you if we can be sure we're all working with/looking at the same stuff.
If you've never heard of a reprex before, you might want to start by reading the tidyverse.org help page.
You can install reprex by running (you may already have it, though, if you have the tidyverse package installed):
I am using a
read_csv
function fromreadr
package, which worked fine for me withreadr
version 2.1.2; however, when upgrading to version 2.1.3, the following problem appears:Warning: Error in enc2utf8: argument is not a character vector
.How can I solve this problem?
(https://community.rstudio.com/t/problem-with-readr-version/159413)
The text was updated successfully, but these errors were encountered: