Skip to content

Commit

Permalink
Update xlsout.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mwsohn authored Jul 23, 2024
1 parent 6789e6a commit 9859611
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/xlsout.jl
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ function bivariatexls(df::AbstractDataFrame,
rowvars::Vector{Symbol},
wbook::PyObject,
wsheet::AbstractString)

# wts::Symbol = nothing,
# rows::Int = 0,
# cols::Int = 0,
Expand All @@ -407,11 +408,11 @@ function bivariatexls(df::AbstractDataFrame,
# ,
# verbose::Bool = false)

# wt = nothing
# row = 0
# col = 0
# verbose = false
# column_percent = false
wts = nothing
rows = 0
cols = 0
verbose = false
column_percent = false

# colvar has to be a CategoricalArray and must have 2 or more categories
if isa(df[!,colvar], CategoricalArray) == false || length(levels(df[!,colvar])) < 2
Expand Down

0 comments on commit 9859611

Please sign in to comment.