Yass! We first assign values to run, then use names() to assign the days. Finally, we subset using the "Thu" string.
run
names()
"Thu"
Almost! We first assign values to run, then use names() to assign the days. Finally, we subset using the "Thu" string.