Call that gets all the powerstats for the superhero.
get_powerstats(access_token = Sys.getenv("SUPERHERO_TOKEN"), character_id)
| 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. The Character ID or name of the Superhero |
Returns a dataframe with the powerstats of the specific superhero.