Skip to content

Commit

Permalink
Update R/order.R
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Straub <ben.x.straub@gsk.com>
  • Loading branch information
elimillera and bms63 committed Jun 15, 2023
1 parent b7aaa9f commit 55a3e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/order.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Order variables of a dataset according to Spec
#'
#' The `dplyr::arrange()` function is used to order the columns of the dataframe.
#' Any variables that are missing an order value are appended to the dataframe
#' Any variables that are missing an order value are appended to the end of the dataframe
#' after all of the variables that have an order.
#'
#' @inheritParams xportr_length
Expand Down

0 comments on commit 55a3e20

Please sign in to comment.