Skip to content

Commit

Permalink
1.3.3.9000
Browse files Browse the repository at this point in the history
  • Loading branch information
rolkra committed Sep 14, 2024
1 parent ba6cfc1 commit a35e347
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: explore
Title: Simplifies Exploratory Data Analysis
Version: 1.3.2
Version: 1.3.3.9000
Authors@R:
person("Roland", "Krasser", , "[email protected]", role = c("aut", "cre"))
Description: Interactive data exploration with one line of code, automated
Expand Down
6 changes: 3 additions & 3 deletions R/explore.R
Original file line number Diff line number Diff line change
Expand Up @@ -1976,10 +1976,10 @@ explore_count <- function(data, cat, n, target, pct = FALSE, split = TRUE, title
#' @param data A dataset (categories + frequency)
#' @param var_label Variable containing the label
#' @param var_value Variable containing the value
#' @param lab_label Label of label variable
#' @param lab_value Label of value variable
#' @param title Title of the plot
#' @param subtitle Subtitle of the plot
#' @param xlab Label x-axis
#' @param ylab Label y-axis
#' @param numeric Display variable as numeric (not category)
#' @param max_cat Maximum number of categories to be plotted
#' @param color Color for bar
Expand All @@ -1993,8 +1993,8 @@ explore_count <- function(data, cat, n, target, pct = FALSE, split = TRUE, title
#' @export

explore_col <- function(data, var_label, var_value,
title = NA, subtitle = "",
lab_label = "", lab_value = "",
title = NA, subtitle = "",
numeric = FALSE,
max_cat = 30,
flip = NA,
Expand Down
12 changes: 6 additions & 6 deletions man/explore_col.Rd

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

0 comments on commit a35e347

Please sign in to comment.