movienight

March 3, 2024 ยท View on GitHub

movienight

Let R recommend a film.

Installation

You can install from GitHub

# install.packages("devtools")
devtools::install_github("nvietto/movienight")

Example

library(movienight)

# then call movienight()

movienight()

#[1] "Whiplash"

Note

This package was my first attempt at package development. It's not perfect but i'm still proud of it.