Hey there, great code, thanks for sharing!
I am living in Germany, so my csv's are delimited with a ";". Therefore, maybe you could change the code from read_csv to read_delim with the option delim set to your default? That way, it is clear for others where to change the code :)
Hey there, great code, thanks for sharing!
I am living in Germany, so my csv's are delimited with a ";". Therefore, maybe you could change the code from read_csv to read_delim with the option delim set to your default? That way, it is clear for others where to change the code :)