mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 18:09:39 +02:00
bug
This commit is contained in:
parent
d21d4e39a9
commit
155bdb8098
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ plot_box_single <- function(data, pri, sec=NULL, seed = 2103) {
|
||||||
|
|
||||||
if (is.null(sec)) {
|
if (is.null(sec)) {
|
||||||
sec <- "All"
|
sec <- "All"
|
||||||
data[[y]] <- sec
|
data[[sec]] <- sec
|
||||||
}
|
}
|
||||||
|
|
||||||
discrete <- !data_type(data[[sec]]) %in% "continuous"
|
discrete <- !data_type(data[[sec]]) %in% "continuous"
|
||||||
|
|
Loading…
Add table
Reference in a new issue