get_lastfm_credentials

get_lastfm_credentials(env)

Arguments

env

One of 'username' or 'key', to return the username or key environment variable respectively

Value

Character string

Examples

if (FALSE) {
get_lastfm_credentials(env = 'username')
get_lastfm_credentials(env = 'key')
}