ceblr

Scrape and Analyze Data from the Canadian Elite Basketball League

https://github.com/awosoga/ceblr

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Scrape and Analyze Data from the Canadian Elite Basketball League

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Created almost 3 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog License

README.Rmd

---
output: github_document
---



```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# ceblR ceblR website


[![Total Downloads](https://cranlogs.r-pkg.org/badges/grand-total/ceblR)
[![R-CMD-check](https://github.com/awosoga/ceblR/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/awosoga/ceblR/actions/workflows/R-CMD-check.yaml)
[![Version-Number](https://img.shields.io/github/r-package/v/awosoga/ceblR?label=ceblR)](https://github.com/awosoga/ceblR) 
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-green.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![Codecov test coverage](https://codecov.io/gh/awosoga/ceblR/branch/master/graph/badge.svg)](https://app.codecov.io/gh/awosoga/ceblR?branch=master)


The goal of this package is to help people access clean and tidy data from the 
[Canadian Elite Basketball League](https://www.cebl.ca/). It provides functions to present data in an 
easy-to-use format that provides greater detail and accessibility than official league sources.

## Installation

You can install the CRAN version of [**`ceblR`**](https://CRAN.R-project.org/package=ceblR) with:
```{r readme_cran_install, eval = FALSE}
install.packages("ceblR")
```


You can install the development version of [**`ceblR`**](https://github.com/awosoga/ceblR) 
from [GitHub](https://github.com/awosoga/ceblR) with:

``` r
# install.packages("devtools")
devtools::install_github("awosoga/ceblR")
```

## Usage

Please refer to the [package vignette](https://awosoga.github.io/ceblR/articles/ceblR-how-to-use.html) for more information on how to use this library.

### Acknowledgement

This package takes heavy inspiration from [Jason Zivkovic's](https://github.com/JaseZiv/)
[**`euroleagueR`**](https://github.com/JaseZiv/euroleagueR/) package.
Please give that package a star!

Owner

  • Name: David Awosoga
  • Login: awosoga
  • Kind: user

GitHub Events

Total
  • Issues event: 2
  • Push event: 10
Last Year
  • Issues event: 2
  • Push event: 10

Packages

  • Total packages: 1
  • Total downloads:
    • cran 246 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: ceblR

Extract Data from the Canadian Elite Basketball League

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 246 Last month
Rankings
Dependent packages count: 25.8%
Dependent repos count: 31.8%
Average: 47.7%
Downloads: 85.6%
Maintainers (1)
Last synced: 11 months ago