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 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 ���/���)?
The text was updated successfully, but these errors were encountered:
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:
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 ���/���)?
The text was updated successfully, but these errors were encountered: