Skip to content

moviestats R package for easy investigation of movies boxoffice successes

Notifications You must be signed in to change notification settings

js2264/moviestats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

movistats R package

Still in development

To install the dev version from Github, run

    install.packages("devtools")
    devtools::install_github("js2264/moviestats")
    library(moviestats)
    # Quick search to find the exact title of the movie The Greatest Showman
    searchTitle(pattern = 'greatest showman', moviesDB = moviesDB)
    greatestshowman <- fetchMovie(title = 'The Greatest Showman', moviesDB = moviesDB)

About

moviestats R package for easy investigation of movies boxoffice successes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages