From 6789e6acd095a2989850d4a7c1f0d45a6609e78c Mon Sep 17 00:00:00 2001 From: mwsohn Date: Tue, 23 Jul 2024 00:34:06 -0400 Subject: [PATCH] Update xlsout.jl --- src/xlsout.jl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/xlsout.jl b/src/xlsout.jl index 9cb6c3c..0f846a0 100644 --- a/src/xlsout.jl +++ b/src/xlsout.jl @@ -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)