library(knitr)
library(here)

knitr::opts_chunk$set(echo = TRUE)

superheroR

Edgar Zamora | Twitter: @Edgar_Zamora_

include_graphics("https://images.unsplash.com/photo-1588497859490-85d1c17db96d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1050&q=80")

lifecycle


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.

Setting access token

Sys.setenv(SUPERHERO_TOKEN = "xxxxxxxxxxxxxxx")

Installation

## install.packages(devtools)

devtools::install_github("Edgar-Zamora/superheroR")

Credits



Edgar-Zamora/superheroR documentation built on Dec. 17, 2021, 6:22 p.m.