# NOT RUN {
get_quote()
# return quote with index
get_quote(idx = TRUE)
# get quotes using various filters
get_quote(season = 1)
get_quote(season = 4, episode = 3)
get_quote(season = 4, character = "Jim")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab