Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MansMeg committed Jan 11, 2024
1 parent cc1edd0 commit 44eb713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RPackage/R/create_unique_id_by_order.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' order and total polls in \code{x}.
#'
#' @param x a polls data.frame
#' @param use_columns which columns should be used to create the unique ID
#' @param use_colnames which columns should be used to create the unique ID
#'
#'
create_unique_id_by_order <- function(x, use_colnames = c("PublYearMonth", "Company")){
Expand Down
2 changes: 1 addition & 1 deletion RPackage/man/create_unique_id_by_order.Rd

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

0 comments on commit 44eb713

Please sign in to comment.