powered by
Get question numbers for any questions matching a regular expression
find_questions(regex)
The regular expression to look for in the lesson. This gets passed along to stringr::str_detect, so the same rules apply. See str_detect.
stringr::str_detect
str_detect
A vector of integers representing question numbers.
# NOT RUN { set_lesson() find_questions("plot") find_questions("which") # }
Run the code above in your browser using DataLab