got_chars {tibblify} | R Documentation |
Game of Thrones POV characters
Description
The data is from the repurrrsive package.
Usage
got_chars
Format
A unnamed list with 30 components, each representing a POV character. Each character's component is a named list of length 18, containing information such as name, aliases, and house allegiances.
Details
Info on the point-of-view (POV) characters from the first five books in the Song of Ice and Fire series by George R. R. Martin. Retrieved from An API Of Ice And Fire.
Source
Examples
got_chars
str(lapply(got_chars, `[`, c("name", "culture")))
[Package tibblify version 0.3.1 Index]