Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Feb 2, 2022
1 parent cc87d27 commit 4738b61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/dm_unnest_tbl.R
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dm_unnest_tbl <- function(dm, parent_table, col, ptype) {
#' ptype <- dm_ptype(dm_nycflights13())
#'
#' flights_wrapped %>%
#' dm_unnest_tbl(flights, airlines, ptype)
#' dm_unpack_tbl(flights, airlines, ptype)
dm_unpack_tbl <- function(dm, child_table, col, ptype) {
# process args and build names
child_table_name <- dm_tbl_name(dm, {{ child_table }})
Expand Down
2 changes: 1 addition & 1 deletion man/dm_unpack_tbl.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4738b61

Please sign in to comment.