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

Fixture and Results return different date formats #58

Closed
jimmyday12 opened this issue Jan 12, 2019 · 0 comments
Closed

Fixture and Results return different date formats #58

jimmyday12 opened this issue Jan 12, 2019 · 0 comments
Assignees
Labels
bug

Comments

@jimmyday12
Copy link
Owner

@jimmyday12 jimmyday12 commented Jan 12, 2019

get_match_results returns data in date format while get_fixture returns data in datetime format

results <- fitzRoy::get_match_results()
fixture <- fitzRoy::get_fixture(2019)

head(results)
head(fixture)```
@jimmyday12 jimmyday12 added the bug label Jan 20, 2019
@jimmyday12 jimmyday12 self-assigned this Jan 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.