Skip to content

Commit

Permalink
minor update bold.data.summarize
Browse files Browse the repository at this point in the history
  • Loading branch information
sameerpadhye committed Sep 23, 2024
1 parent 27873a9 commit a389db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/external.bold.data.summarize.R
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ bold.data.summarize<-function(bold_df,
category = "check_return",
preset = presets)

total_rows_cols(data_for_summary)
#total_rows_cols(data_for_summary)

summary.bold.df=suppressWarnings(data_for_summary%>%
skimr::skim(.)%>%
Expand All @@ -150,7 +150,7 @@ bold.data.summarize<-function(bold_df,
stop("columns and presets should be NULL when summarize_by=all_data")
}

total_rows_cols(data_for_summary)
total_rows_cols(bold_df)

summary.bold.df=suppressWarnings(bold_df%>%
skimr::skim(.)%>%
Expand Down

0 comments on commit a389db8

Please sign in to comment.