Closed baarthur closed 1 year ago
For some reason, the columns sg_equipamento_icao
and ds_matricula
are present in the "basica data set data (type = "basica"
) but not in the "combinada"
data set. I don't know why, but this is something in the original ANAC data, so there's nothing we can do on our side unfortunately.
Regarding your suggestion, that's a very good suggestion. I've opened a We should probably open a separate for it.
Hi there,
First of all, thanks for the great work on this package! I am not sure if this is a bug or more of a feature request, but here it goes:
When selecting variables in read_flights(), I can't select columns "sg_equipamento_icao" and "ds_matricula", which are available on Anac's data according to the link in the function's manual. I think there may be a bug while fetching those columns... Or they aren't available in the package's dataset?
In addition: it would be great if we could pass a vector of dates in the function!
Here's my code: