Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelquinn32 committed Nov 7, 2019
1 parent dc76b1f commit 8da0589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/skim_print.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ print.one_skim_df <- function(x,
...) {
variable_type <- paste("Variable type:", attr(x, "skim_type"))
top_line <- cli::rule(line = 1, left = variable_type)
out <- format(x, ..., n = n, width = width, n_extra = n_extra, dots)
out <- format(x, ..., n = n, width = width, n_extra = n_extra)
if (strip_metadata) {
metadata <- -1 * grab_tibble_metadata(out)
} else {
Expand Down
2 changes: 1 addition & 1 deletion man/print.Rd

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

0 comments on commit 8da0589

Please sign in to comment.