Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jun 22, 2024
1 parent 99807e5 commit 9d1aaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/data_tabulate.R
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ as.data.frame.datawizard_tables <- function(x,
selected_vars <- unlist(lapply(x, function(i) attributes(i)$varname))
# coerce to data frame, remove rownames
data_frames <- lapply(x, function(i) {
# the `format()` methods for objects returned by `data_tabuldate()` call
# the `format()` methods for objects returned by `data_tabulate()` call
# `as.data.frame()` - we have to pay attention to avoid infinite iterations
# here. At the moment, this is no problem, as objects we have at this stage
# are of class "datawizard_table" or "datawizard_crosstab", while this
Expand Down

0 comments on commit 9d1aaf4

Please sign in to comment.