R 패키지 메타데이터와 수집 신호를 모아 봅니다.
첫 화면에서 판단해야 할 수집 신호를 먼저 배치합니다.
DESCRIPTION에서 감지한 backend 관련 package입니다.
기본 메타데이터를 작은 카드와 토큰으로 압축합니다.
| Package | Type | Spec |
|---|---|---|
| httr CRAN · 1.2 · 2026-05-30 | Imports | httr |
| jsonlite CRAN · 1.2 · 2026-05-30 | Imports | jsonlite |
| RCurl CRAN · 1.2 · 2026-05-30 | Imports | RCurl |
| 검색 결과가 없습니다. | ||
| Package | Type | Spec |
|---|---|---|
| 표시할 dependency edge가 없습니다. | ||
| 검색 결과가 없습니다. | ||
Help for package rechonest const macros = { "\\R": "\\textsf{R}", "\\mbox": "\\text", "\\code": "\\texttt"}; function processMathHTML() { var l = document.getElementsByClassName('reqn'); for (let e of l) { katex.render(e.textContent, e, { throwOnError: false, macros }); } return; } Package {rechonest} Contents basic_playlist extract_artist_names get_artist_biographies get_artist_blogs get_artist_data get_artist_familiarity get_artist_hotttnesss get_artist_images get_artist_news get_artist_reviews get_artist_songs get_artist_terms get_artist_videos get_genre_info get_top_genre_artists get_top_hottt get_top_terms get_twitter_handle list_genres list_terms search_artist search_genre search_songs similar_artists similar_genres standard_static_playlist suggest_artist_names Type: Package Title: R Interface to Echo Nest API Version: 1.2 Date: 2016-03-16 Author: Mukul Chaware[aut,cre] Maintainer: Mukul Chaware <mukul.chaware13@gmail.com> Description: The 'Echo nest' http://the.echonest.com is the industry's leading music intelligence company, providing developer with deepest understanding of music content and music fans. This package can be used to access artist's data including songs, blogs, news, reviews etc. Song's data including audio summary, style, danceability, tempo etc can also be accessed. URL: https://github.com/mukul13/rechonest License: MIT + file LICENSE LazyData: TRUE Imports: httr,RCurl,jsonlite RoxygenNote: 5.0.1 NeedsCompilation: no Packaged: 2016-03-17 18:08:46 UTC; mukul Repository: CRAN Date/Publication: 2016-03-18 00:00:16 To return basic playlist Description To return basic playlist Usage basic_playlist(api_key, type = NA, artist_id = NA, artist = NA, song_id = NA, genre = NA, track_id = NA, results = 15, partner = NA, tracks = F, limited_interactivity = NA) Arguments api_key Echo Nest API key type the type of the playlist to be generated artist_id artist id artist artist name song_id song ID genre genre name track_id track ID results the number of results desired partner partner catalog tracks tracks info limited_interactivity interactivity limitation Value data frame giving basic playlist Examples ## Not run: data=basic_playlist(api_key,type="artist-radio",artist=c("coldplay","adele")) ## End(Not run) To extract artist names from text. Description To extract artist names from text. Usage extract_artist_names(api_key, text, min_hotttnesss = NA, max_hotttnesss = NA, min_familiarity = NA, max_familiarity = NA, sort = NA, results = NA) Arguments api_key Echo Nest API key text text that contains artist names min_hotttnesss the minimum hotttnesss for returned artists max_hotttnesss the maximum hotttnesss for returned artists min_familiarity the minimum familiarity for returned artists max_familiarity the maximum familiarity for returned artists sort specified the sort order of the results results the number of results desired Value data frame giving artist's names Examples ## Not run: data=extract_artist_names(api_key,text="I like adele and Maroon 5") ## End(Not run) To get a list of artist biographies Description To get a list of artist biographies Usage get_artist_biographies(api_key, name = NA, id = NA, start = NA, results = 15, license = "unknown") Arguments api_key Echo Nest API key name artist name id Echo Nest ID start the desired index of the first result returned results the number of results desired license the desired licenses of the returned images Value data frame giving artist's biographies Examples ## Not run: data=get_artist_biographies(api_key,name="coldplay") ## End(Not run) To get blogs about artist Description To get blogs about artist Usage get_artist_blogs(api_key, name = NA, start = NA, id = NA, results = 15, high_relevance = F) Arguments api_key Echo Nest API key name artist's name start the desired index of the first result returned id artist's id results maximum size high_relevance if true only items that are highly relevant for this artist will be returned Value data frame giving blogs about artist Examples ## Not run: data=get_artist_blogs(api_key,name="coldplay",results=35) ## End(Not run) To get artist's data Description To get artist's data Usage get_artist_data(api_key, name = NA, id = NA, hotttnesss = T, terms = F, blogs = F, news = F, familiarity = F, audio = F, images = F, songs = F, reviews = F, discovery = F, partner = NA, biographies = F, doc_counts = F, artist_location = F, years_active = F, urls = F) Arguments api_key Echo Nest API key name artist's name id artist's id hotttnesss artist's hotttnesss terms artist's terms blogs blogs about artist news news articles about artist familiarity artist's familiarity audio artist's audio details images artist's images details songs artist's songs details reviews reviews about artist discovery artist's discovery details partner partner catalog biographies artist's biographies doc_counts artist's doc_counts artist_location artist location years_active years active urls urls of artist websites Value data frame giving artist's hotttnesss Examples ## Not run: data=get_artist_data(api_key,name="coldplay",terms=T,blogs=T) ## End(Not run) To get artist's familiarity Description To get artist's familiarity Usage get_artist_familiarity(api_key, name = NA, id = NA) Arguments api_key Echo Nest API key name artist's name id artist's id Value data frame giving artist's familiarity Examples ## Not run: data=get_artist_familiarity(api_key,name="coldplay") ## End(Not run) To get artist's hotttnesss Description To get artist's hotttnesss Usage get_artist_hotttnesss(api_key, name = NA, id = NA) Arguments api_key Echo Nest API key name artist's name id artist's id Value data frame giving artist's hotttnesss Examples ## Not run: data=get_artist_hotttnesss(api_key,name="coldplay") ## End(Not run) To get artist's images Description To get artist's images Usage get_artist_images(api_key, name = NA, id = NA, start = NA, results = 15, license = "unknown") Arguments api_key Echo Nest API key name artist name id Echo Nest ID start the desired index of the first result returned results the number of results desired license the desired licenses of the returned images Value data frame giving artist's images Examples ## Not run: data=list_genres(api_key) ## End(Not run) To get news about artist Description To get news about artist Usage get_artist_news(api_key, name = NA, id = NA, start = NA, results = 15, high_relevance = F) Arguments api_key Echo Nest API key name artist's name id artist's id start the desired index of the first result returned results maximum size high_relevance if true only items that are highly relevant for this artist will be returned Value data frame giving news about artist Examples ## Not run: data=get_artist_news(api_key,name="coldplay",results=35) ## End(Not run) To get reviews about artist Description To get reviews about artist Usage get_artist_reviews(api_key, name = NA, id = NA, start = NA, results = 15) Arguments api_key Echo Nest API key name artist's name id artist's id start the desired index of the first result returned results maximum size Value data frame giving blogs about artist Examples ## Not run: data=get_artist_reviews(api_key,name="coldplay",results=35) ## End(Not run) To get artist's songs Description To get artist's songs Usage get_artist_songs(api_key, name = NA, id = NA, start = NA, results = 15) Arguments api_key Echo Nest API key name artist's name id artist's id start the desired index of the first result returned results maximum size Value data frame giving artist's songs Examples ## Not run: data=get_artist_songs(api_key,name="coldplay") ## End(Not run) To get artist's terms Description To get artist's terms Usage get_artist_terms(api_key, name = NA, id = NA) Arguments api_key Echo Nest API key name artist's name id artist's id Value data frame giving artist's terms Examples ## Not run: data=get_artist_terms(api_key,name="coldplay") ## End(Not run) To get a list of video documents found on the web related to an artist Description To geTo return basic playlist
basic_playlist(api_key, type = NA, artist_id = NA, artist = NA, song_id = NA, genre = NA, track_id = NA, results = 15, partner = NA, tracks = F, limited_interactivity = NA)data=basic_playlist(api_key,type="artist-radio",artist=c("coldplay","adele"))To extract artist names from text.
extract_artist_names(api_key, text, min_hotttnesss = NA, max_hotttnesss = NA, min_familiarity = NA, max_familiarity = NA, sort = NA, results = NA)data=extract_artist_names(api_key,text="I like adele and Maroon 5")To get a list of artist biographies
get_artist_biographies(api_key, name = NA, id = NA, start = NA, results = 15, license = "unknown")data=get_artist_biographies(api_key,name="coldplay")To get blogs about artist
get_artist_blogs(api_key, name = NA, start = NA, id = NA, results = 15, high_relevance = F)data=get_artist_blogs(api_key,name="coldplay",results=35)To get artist's data
get_artist_data(api_key, name = NA, id = NA, hotttnesss = T, terms = F, blogs = F, news = F, familiarity = F, audio = F, images = F, songs = F, reviews = F, discovery = F, partner = NA, biographies = F, doc_counts = F, artist_location = F, years_active = F, urls = F)data=get_artist_data(api_key,name="coldplay",terms=T,blogs=T)To get artist's familiarity
get_artist_familiarity(api_key, name = NA, id = NA)data=get_artist_familiarity(api_key,name="coldplay")To get artist's hotttnesss
get_artist_hotttnesss(api_key, name = NA, id = NA)data=get_artist_hotttnesss(api_key,name="coldplay")To get artist's images
get_artist_images(api_key, name = NA, id = NA, start = NA, results = 15, license = "unknown")data=list_genres(api_key)To get news about artist
get_artist_news(api_key, name = NA, id = NA, start = NA, results = 15, high_relevance = F)data=get_artist_news(api_key,name="coldplay",results=35)To get reviews about artist
get_artist_reviews(api_key, name = NA, id = NA, start = NA, results = 15)data=get_artist_reviews(api_key,name="coldplay",results=35)To get artist's songs
get_artist_songs(api_key, name = NA, id = NA, start = NA, results = 15)data=get_artist_songs(api_key,name="coldplay")To get artist's terms
get_artist_terms(api_key, name = NA, id = NA)data=get_artist_terms(api_key,name="coldplay")To get a list of video documents found on the web related to an artist
get_artist_videos(api_key, name = NA, id = NA, start = NA, results = 15)data=get_artist_videos(api_key,name="coldplay")To get basic information about a genre
get_genre_info(api_key, genre, description = T, urls = T)data=get_genre_info(api_key,genre="post rock")To Return the top artists for the given genre
get_top_genre_artists(api_key, genre)data=get_top_genre_artists(api_key,genre="pop")To return a list of the top hottt artists
get_top_hottt(api_key, genre = NA, start = NA, results = 15)data=get_top_hottt(api_key)To returns a list of the overall top terms
get_top_terms(api_key, results = NA)data=get_top_terms(api_key)To get the twitter handle for an artist
get_twitter_handle(api_key, name = NA, id = NA)data=get_twitter_handle(api_key,name="coldplay")To get genre's list
list_genres(api_key)data=list_genres(api_key)To get a list of the best typed descriptive terms
list_terms(api_key, type = "style")data=list_terms(api_key)To search artist by using name
search_artist(api_key, name = NA, style = NA, hotttnesss = T, description = NA, start = NA, results = 15, sort = NA, partner = NA, artist_location = NA, genre = NA, mood = NA, rank_type = "relevance", fuzzy_match = F, max_familiarity = NA, min_familiarity = NA, max_hotttnesss = NA, min_hotttnesss = NA, artist_start_year_before = NA, artist_start_year_after = NA, artist_end_year_before = NA, artist_end_year_after = NA)data=search_artist(api_key,"coldplay",sort="hotttnesss-desc",results=50)To search for genres by name
search_genre(api_key, genre = NA, description = T, urls = T, results = 15)data=search_genre(api_key,genre="rock")\\To search song
search_songs(api_key, artist = NA, artist_id = NA, title = NA, hotttnesss = T, style = NA, artist_location = T, combined = NA, sort = NA, audio_summary = F, partner = NA, min_name = NA, discovery = T, max_name = NA, min_val = NA, max_val = NA, start = NA, results = 15, mode = NA, key = NA, currency = T, description = NA, rank_type = "relevance", mood = NA, familiarity = T, song_type = NA, artist_start_year_before = NA, artist_start_year_after = NA, artist_end_year_before = NA, artist_end_year_after = NA)data=search_songs(api_key,style="pop",results=31)To search similar artists by using names or IDs
similar_artists(api_key, name = NA, id = NA, seed_catalog = NA, hotttnesss = T, start = 0, results = 15, max_familiarity = NA, min_familiarity = NA, max_hotttnesss = NA, min_hotttnesss = NA, artist_start_year_before = NA, artist_start_year_after = NA, artist_end_year_before = NA, artist_end_year_after = NA)data=similar_artists(api_key,name=c("coldplay","adele","maroon 5"),results=35 )To return similar genres to a given genre
similar_genres(api_key, genre = NA, description = T, urls = T, start = NA, results = 15)data=similar_genres(api_key,genre="rock")To return standard static playlist
standard_static_playlist(api_key, type = NA, artist_id = NA, artist = NA, song_id = NA, genre = NA, track_id = NA, results = 15, partner = NA, tracks = F, limited_interactivity = NA, song_selection = NA, variety = NA, distribution = NA, adventurousness = NA, seed_catalog = NA, sort = NA, song_type = NA)data= standard_static_playlist(api_key,type="artist-radio",artist=c("coldplay","adele"))To suggest artists based upon partial names
suggest_artist_names(api_key, name, results = NA)data=suggest_artist_names(api_key,"cold")| Repository | Version | Published | First seen | Last seen | Docs |
|---|---|---|---|---|---|
| CRAN | 1.2 | 2026-05-29 | 2026-05-30 |
표시할 OSV 데이터가 없습니다.
표시할 OpenAlex 데이터가 없습니다.