Skip to content

Instantly share code, notes, and snippets.

@erikgregorywebb
Last active February 3, 2021 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erikgregorywebb/817b54c5d0a15bcb89c7a7aaa71a5d3b to your computer and use it in GitHub Desktop.
Save erikgregorywebb/817b54c5d0a15bcb89c7a7aaa71a5d3b to your computer and use it in GitHub Desktop.
# define list of shows
shows = tibble(
name = c('The Office', 'Parks & Recreation', 'Modern Family', 'Community', 'New Girl', 'The Good Place'),
imdb_id = c('tt0386676', 'tt1266020', 'tt1442437', 'tt1439629', 'tt1826940', 'tt4955642'),
no_seasons = c(9, 7, 11, 6, 7, 4),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment