Skip to content
New issue

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

Implemented part of getdate (python version) #77

Merged
merged 14 commits into from
Jun 23, 2018
Merged

Implemented part of getdate (python version) #77

merged 14 commits into from
Jun 23, 2018

Conversation

wilsonfreitas
Copy link
Owner

Implemented part of getdate (python version).
Issue #28

This can be used as the example below:

```
getdate("first bizday", ref(as.Date("2018-01-01"), "month") , "Brazil/ANBIMA")
```

This code returns `2018-01-02`
dates.table is a calendar's attribute.
This is used to help with computing days and bizdays in getdate
There are 3 ref:

- ref.Date: for year and month
- ref.character: for year and month
- ref.numeric: for year only references
Vectorized ref have been implemented.
character Date ref have been implemented.
@wilsonfreitas wilsonfreitas merged commit 956b023 into master Jun 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant