get_directors {imdbapi} | R Documentation |
Get directors from an omdb object as a vector
Description
Splits the field at commas and returns a vector of individual entries
Usage
get_directors(omdb)
Arguments
omdb |
an object returned by |
Value
A character vector of directors
Examples
get_directors(find_by_id("tt0031381"))
[Package imdbapi version 0.1.0 Index]