We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In incorporating #76 (independently correct), the previous version of yearmon() has been most likely deleted rather than updated.
(1) This works independently:
function yearmon(x) Dates.format(x, Dates.dateformat"YYYYmm") end
dates = collect(Date(2012,4):Month(1):Date(2022, 06)) timestamps = yearmon.(dates)
(2) NighttimeLights.yearmon() gives the error "yearmon() not defined"
(3) NighttimeLights.yearmon() was defined and gave correct output before the merge.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In incorporating #76 (independently correct), the previous version of yearmon() has been most likely deleted rather than updated.
(1) This works independently:
function yearmon(x)
Dates.format(x, Dates.dateformat"YYYYmm")
end
dates = collect(Date(2012,4):Month(1):Date(2022, 06))
timestamps = yearmon.(dates)
(2) NighttimeLights.yearmon() gives the error "yearmon() not defined"
(3) NighttimeLights.yearmon() was defined and gave correct output before the merge.
The text was updated successfully, but these errors were encountered: