Edgar Zamora | Twitter: @Edgar_Zamora_
Photo by Waldemar Brandt on Unsplash
The superheroR package is a R wrapper that is used to request data from the SuperHero API by specific superhero. The API provides data about a superheros stats, biography, appearances, and more from over 500 superheros from both the comic universes. The only requirement is a access token which can be obtained by linking an individuals personal Facebook account.
Sys.setenv(SUPERHERO_TOKEN = "xxxxxxxxxxxxxxx")
## install.packages(devtools)
devtools::install_github("Edgar-Zamora/superheroR")