Exercise

What tags never appear on R questions?

The tags table includes all Stack Overflow tags, but some have nothing to do with R. How could you filter for just the tags that never appear on an R question? The tags and question_tags tables have been preloaded for you.

Instructions

100 XP
  • Use a join to determine which tags never appear on an R question.