Retrieve tag-to-category mapping for style filters and analytics
Source:R/db-artist.R
getArtistStyleMap.RdRetrieves the tag-to-category mapping that defines an artist's style profile. Use this to display style badges, filter artworks by category, or build style distribution charts on artist profile pages.
Each artist has tags (e.g., "oil painting", "portrait") mapped to categories (e.g., "medium", "subject"). This mapping drives the style facets in search and the category breakdowns in analytics.
Value
data.table with columns:
- tag
Style tag (e.g., "abstract", "landscape")
- category
Category grouping (e.g., "style", "subject", "medium")
See also
Other data-access:
artHasNFT(),
db-frame-analytics,
getArtistOpensea(),
getArtworkIndex(),
getArtworkMeta(),
getArtworkOpensea(),
getArtworkProfile(),
getArtworkProfileFull(),
getArtworkStats(),
getImageRaster(),
getVerificationInfo(),
get_artist_by_slug(),
get_artist_collections_summary(),
get_artist_recent_works(),
get_artist_stats()