diff --git a/R/data.R b/R/data.R index 508c3db..af60a52 100644 --- a/R/data.R +++ b/R/data.R @@ -1,4 +1,5 @@ starwarsdb_tables <- function() { + films <- tibble::as_tibble(starwarsdb::films) list( films = starwarsdb::films, people = starwarsdb::people,