Skip to content

Commit

Permalink
Add TODO note
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed May 14, 2019
1 parent 8d61cec commit a6cb018
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/modify_columns.R
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ cols_widths <- function(data,
.list = list2(...),
.others = px(100)) {

# TODO: use `dplyr::case_when()` API for this instead
# of paired expressions

# Collect a named list of column widths
widths_list <- .list

Expand Down

0 comments on commit a6cb018

Please sign in to comment.