musixmatch:musixmatch API的R包装器

时间:2024-05-28 19:13:49
【文件属性】:

文件名称:musixmatch:musixmatch API的R包装器

文件大小:14KB

文件格式:ZIP

更新时间:2024-05-28 19:13:49

R

R中的musiXmatch API包装器 用法 library(musixmatch) set_apikey(YOUR_APIKEY) 获取艺术家ID( artist.search ) # Return data.frame of most useful fields to identify artist get_artist('slayer') # Return list of full XML result in a list get_artist(artist = 'slayer',type = 'list') 获取艺术家的唱片唱片( artist.albums.get ) # Return data.frame of most useful fields to identify albums of an artist get_albums(2683) 获取专辑中的所有曲目( a


【文件预览】:
musixmatch-master
----.gitignore(29B)
----NAMESPACE(31B)
----R()
--------parse_xml.R(4KB)
--------artist.R(3KB)
--------tracking_catalogue.R(728B)
--------chart.R(1KB)
--------album.R(1KB)
--------helpers.R(1KB)
--------testing.R(3KB)
--------track.R(4KB)
--------processing.R(396B)
--------api.R(1023B)
--------simplify_xml.R(4KB)
--------matcher.R(2KB)
----.Rbuildignore(28B)
----man()
--------check_status_code.Rd(274B)
--------set_apikey.Rd(290B)
--------get_full_list.Rd(633B)
--------get_lyrics.Rd(375B)
--------check_type.Rd(304B)
--------get_artist_df.Rd(552B)
--------get_artist.Rd(710B)
--------api_call.Rd(460B)
--------get_albums.Rd(480B)
--------get_tracks.Rd(399B)
----README.md(756B)
----musixmatch.Rproj(356B)
----DESCRIPTION(406B)

网友评论