airlines
airlines copied to clipboard
path error on Windows?
I had a lot of the .zip and .csv files extracted and transformed and placed in my Airlines folder on my desktop, so I tried using just the etl_load() function to load it into the database:
airlines %>% etl_load()
## Reading flight data from C:\Users\Jonathan\Desktop\Airlines/load/
## Error: 'C:\Users\Jonathan\Desktop\Airlines/load/' does not exist.
There is a ���load��� folder in my Airlines folder that has a bunch of .csv files in it. Does the error perhaps have to do with my using Windows (with ���\��� instead of ���/���)?
Maybe we need to throw a path.expand() in there somewhere...
@jche is this still a problem?
@beanumber nope, this works too now.