Skip to content

Commit

Permalink
Update xlsout.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mwsohn committed Jul 23, 2024
1 parent daa6a06 commit 6789e6a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/xlsout.jl
Original file line number Diff line number Diff line change
Expand Up @@ -398,11 +398,11 @@ function bivariatexls(df::AbstractDataFrame,
colvar::Symbol,
rowvars::Vector{Symbol},
wbook::PyObject,
wsheet::AbstractString ;
wts::Symbol = nothing,
rows::Int = 0,
cols::Int = 0,
column_percent::Bool = true)
wsheet::AbstractString)
# wts::Symbol = nothing,
# rows::Int = 0,
# cols::Int = 0,
# column_percent::Bool = true)

# ,
# verbose::Bool = false)
Expand Down

0 comments on commit 6789e6a

Please sign in to comment.