Movatterモバイル変換


[0]ホーム

URL:


discogger0.0.0.9000

Overview

Tools for working with theDiscogs API in R.

Discogs Developers Site:https://www.discogs.com/developers

Install

Development version

devtools::install_github('ewenme/discogger')

Authenticate

  1. Create a Discogs API v2 application
  2. Generate a personal access token from yourAPI application page
  3. Set your credentials in the System Environment variableDISCOGS_API_TOKEN by calling thediscogs_api_token() function and entering your Discogs application personal access token when prompted.

Use

library(discogger)library(tidyverse)

Who released the most Dance Mania records?

## # A tibble: 10 x 2##    artist          n_releases##    <chr>                <int>##  1 Various                 21##  2 DJ Milton               15##  3 D.J. Funk*              13##  4 DJ Deeon                13##  5 Paul Johnson            11##  6 Robert Armani           11##  7 Jammin Gerald           10##  8 Parris Mitchell          9##  9 D.J. Slugo*              7## 10 DJ Funk                  7

Contribute

Please note that this project is released with aContributor Code of Conduct. By participating in this project you agree to abide by its terms.

Links

License

Developers

Dev status

  • lifecycle
  • Travis build status

[8]ページ先頭

©2009-2025 Movatter.jp