I am trying to use OMBP
API in R but not able to use it properly
devtools::install_github("hrbrmstr/omdbapi")
library(dplyr)
library(pbapply)
search_by_title("Captain America")
Result:
Error in search_by_title("Captain America") : could not find function "search_by_title"