Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Feb 13, 2024
1 parent 32b9dd1 commit 97b1f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/data_xtabulate.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
# we want to round N for weighted frequencies
if (!is.null(weights)) {
out$N <- round(out$N)
tota_n <- round(total_n)
}

out <- data_to_wide(out, values_from = "N", names_from = "by")
Expand Down

0 comments on commit 97b1f83

Please sign in to comment.