Skip to contents

Get names of new releases by continent

Usage

get_new_releases_by_continent(continent, limit)

Arguments

continent

: continent name (i.e. Asia, Europe, Oceania, Americas, Africa)

limit

: max number of albums to extract

Value

A list of titles of new releases in String from the corresponding continent

Examples

if (FALSE) {
get_new_releases_by_continent('Asia', 5)
get_new_releases_by_continent('Americas', 1)
}