Package: imdbapi 0.1.0

Yuan Li
imdbapi: Get Movie, Television Data from the 'imdb' Database
Provides API access to the <http://imdbapi.net> which maintains metadata about movies, games and television shows through a public API.
Authors:
imdbapi_0.1.0.tar.gz
imdbapi_0.1.0.tar.gz(r-4.7-any)imdbapi_0.1.0.tar.gz(r-4.6-any)
imdbapi_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
imdbapi/json (API)
| # Install 'imdbapi' in R: |
| install.packages('imdbapi', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:3912b58ba8. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 108 | ||
| source / vignettes | OK | 796 | ||
| linux-release-x86_64 | OK | 115 | ||
| wasm-release | OK | 104 |
Exports:find_by_idfind_by_titleget_actorsget_countriesget_directorsget_genresget_writersomdb_api_keysearch_by_title
Dependencies:askpassclicurldplyrgenericsgluehttrjsonlitelifecyclemagrittrmimeopensslpillarpkgconfigR6rlangstringistringrsystibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Retrieve OMDB info by IMDB ID search | find_by_id |
| Retrieve OMDB info by title search | find_by_title |
| Get actors from an omdb object as a vector | get_actors |
| Get countries from an omdb object as a vector | get_countries |
| Get directors from an omdb object as a vector | get_directors |
| Get genres from an omdb object as a vector | get_genres |
| Get writers from an omdb object as a vector | get_writers |
| Get or set OMDB_API_KEY value | omdb_api_key |
| Lightweight omdb title search | search_by_title |