Call that gives the biographical stats of the superhero.

get_bio(access_token = Sys.getenv("SUPERHERO_TOKEN"), character_id)

Arguments

access_token

Required. Unique token obtained from the SuperHero API site. Token should be set to the environment and will be retrieved that way.

character_id

Required. Required. The Character ID or name of the Superhero

Value

Returns a dataframe with the work/occupation of the specific superhero.