See the Mapbox Styles API documentation for more information.
get_style(style_id, username, style_url = NULL, access_token = NULL)list_styles(username, access_token = NULL)
get_style returns a list of information about your selected style. list_styles returns a data frame of information about styles from a Mapbox account
A style ID
A Mapbox username
A Mapbox style URL
A Mapbox public or secret access token; set with
mb_access_token()