From d2c79956768b38f5a88b3ff643a2d3660e759a63 Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Mon, 2 Nov 2020 09:45:03 -0500 Subject: [PATCH] Use {tibble} somewhere in the package --- R/data.R | 1 + 1 file changed, 1 insertion(+) 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,