Skip to content

Commit

Permalink
docs: move todo documentation 📚
Browse files Browse the repository at this point in the history
  • Loading branch information
loreabad6 committed Sep 9, 2024
1 parent ff0579b commit c936859
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/dplyr.R
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ select.post_array = function(.data, ...) {
#' @importFrom dplyr slice
#' @export
slice.post_array = function(.data, ...) {
# TODO: document that drop=TRUE should be used if then coercing to post_table
out = NextMethod()
restore_post_array(out, .data)
}
Expand Down

0 comments on commit c936859

Please sign in to comment.