Hello, once again importation happened to be way harder than expected ...
I want to import this file from the French government :
The problem is that when I execute my trusty read_excel("donnees/2008/2008+3500.xls",sheet = "Tour 1")
function I get 50+ warnings saying :
In read_fun(path = enc2native(normalizePath(path)), sheet_i = sheet, ... :
Expecting logical in...
Which I think mean that R don't understand the class of theses columns. So I try to input the class in the col type argument but it changed nothing except that the warnings don't shows anymore but the data remains unchanged. I've got NA instead of the expected values.
I would love to reprex it but I don't understand the path to use when reprexing it since it use a miscellaneous directory.
Thanks for your help