superheroes_supertbl
# Extract all data tibbles
extract_tibbles(superheroes_supertbl)
# Only extract data tibbles starting with "heroes"
extract_tibbles(superheroes_supertbl, starts_with("heroes"))
Run the code above in your browser using DataLab