The NarutoDB API offers a comprehensive database featuring all the characters, clans, villages, kekkei genkai, tailed beasts, teams, akatsuki, and rara members from the renowned anime and manga series Naruto. The API provides detailed information on each character, including their names, appearances, personalities, jutsus, and ninja tools. This package interfaces with the NarutoDB API through R.
You can install {naruto}
via the Oxford iHealth R Universe like so:
install.packages(
"naruto",
repos = c("https://oxfordihtm.r-universe.dev", "https://cloud.r-project.org")
)