Skip to content

Commit 83a147f

Browse files
author
PharmCat
committed
update
1 parent 90bd8c9 commit 83a147f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/descriptive.jl

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ end
9191
dataimport(data; vars, sort = nothing)
9292
9393
Import data.
94+
95+
* data - tabular data;
96+
* vars - variables;
97+
* sort - sort by categories.
9498
"""
9599
function dataimport(data; vars, sort = nothing)
96100
if isa(vars, Symbol) vars = [vars] end
@@ -156,8 +160,9 @@ end
156160
"""
157161
descriptives(data::DataSet{T}; kwargs...) where T <: ObsData
158162
159-
* skipmissing
160-
* skipnonpositive
163+
* kwargs:
164+
* `skipmissing`
165+
* `skipnonpositive`
161166
"""
162167
function descriptives(data::DataSet{T}; kwargs...) where T <: ObsData
163168
kwargs = Dict{Symbol, Any}(kwargs)

0 commit comments

Comments
 (0)