get_tags: Get all tags and their frequency for given artists

Description Usage Arguments Value Examples

View source: R/get_tags.R

Description

Get all tags and their frequency for given artists

Usage

1
get_tags(artist_vector)

Arguments

artist_vector

character vector with specified artists

Value

data.table object with columns: artist, tag, tag_freq

Examples

1
tags <- get_tags(artist_vector = c('Saxon', 'Iron Maiden'))

ppatrzyk/lastfmR documentation built on May 28, 2019, 7:35 a.m.