k5cents / whatr

Read Jeopardy game data in R
https://kiernann.github.io/whatr/
GNU General Public License v3.0
9 stars 4 forks source link

add a function to get the daily double indices #1

Closed tbradley1013 closed 4 years ago

tbradley1013 commented 4 years ago

This function is pretty straightforward and is pretty much just copied from your whatr_scores function. But instead of getting all the extra information, it just returns the indices of the daily doubles.

This is useful if you don't particularly care about the scores of the people but want to quickly get which questions were daily doubles

k5cents commented 4 years ago

Looks good. I'll merge this and tweak the docs a bit.