ipeaGIT / flightsbr

R Package to Download Flight and Airport Data from Brazil

Home Page:https://ipeagit.github.io/flightsbr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

side effects of `month` and `year` on global envirornment

rafapereirabr opened this issue · comments

currently, both functions read_flights() and read_airport_movements() have a side effect, creating the objects month and year on the global environment. This can create problems if the user already has objects with these names loaded on their global environment.