count_movies | R Documentation |
This function counts movies by category: genre, year, actors, director, writer, language or country.
count_movies(count_by = NULL, path = ".")
count_by |
The field to count movies by. |
path |
The folder containing YAML files (or the root project). |
A 2-columns data frame.
## Not run:
count_movies()
count_movies(count_by = "genre")
count_movies(count_by = "actors")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.