{"id":19840958,"url":"https://github.com/torvaney/footballdatr","last_synced_at":"2025-05-01T19:30:49.215Z","repository":{"id":133824059,"uuid":"163389861","full_name":"Torvaney/footballdatr","owner":"Torvaney","description":"A minimal R package to fetch data from football-data.co.uk","archived":false,"fork":false,"pushed_at":"2021-04-13T10:35:10.000Z","size":10,"stargazers_count":23,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T17:11:18.793Z","etag":null,"topics":["data","football-data","soccer"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Torvaney.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-28T09:03:32.000Z","updated_at":"2023-07-06T13:23:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d9f1e49-0744-44d8-b28a-639ef2c5df41","html_url":"https://github.com/Torvaney/footballdatr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torvaney%2Ffootballdatr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torvaney%2Ffootballdatr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torvaney%2Ffootballdatr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torvaney%2Ffootballdatr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Torvaney","download_url":"https://codeload.github.com/Torvaney/footballdatr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251932602,"owners_count":21667178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data","football-data","soccer"],"created_at":"2024-11-12T12:28:50.561Z","updated_at":"2025-05-01T19:30:49.206Z","avatar_url":"https://github.com/Torvaney.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput:\n  github_document:\n    html_preview: false\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r setup, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# footballdatr\n\nThe goal of footballdatr is to enable easy use of football-data.co.uk data within R.\n\n## Installation\n\nYou can install the footballdatr from Github with:\n\n``` r\ndevtools::install_github(\"torvaney/footballdatr\")\n```\n\n## Example\n\nTo download Premier League data for the 2018/19 season:\n\n```{r example}\nfootballdatr::fetch_data(\n  \"England\",  # Country\n  0,          # Division tier (0 = highest)\n  2018        # Season (start year)\n)\n```\n\nTo view the available competitions\n\n```{r}\nfootballdatr::ls_countries()\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorvaney%2Ffootballdatr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorvaney%2Ffootballdatr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorvaney%2Ffootballdatr/lists"}