Skip to content

Commit 5039ade

Browse files
committedAug 11, 2022
Update constructor.jl
1 parent eadedcc commit 5039ade

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎src/dataset/constructor.jl

+1-4
Original file line numberDiff line numberDiff line change
@@ -391,12 +391,9 @@ Dataset(column_eltypes::AbstractVector{<:Type}, cnames::AbstractVector{<:Abstrac
391391

392392

393393
"""
394-
copy(ds::Dataset; copycols::Bool=true)
394+
copy(ds::Dataset)
395395
396396
Copy data set `ds`.
397-
If `copycols=true` (the default), return a new `Dataset` holding
398-
copies of column vectors in `ds`.
399-
If `copycols=false`, return a new `Dataset` sharing column vectors with `ds`.
400397
401398
> This function uses `copy` rather than `deepcopy` internally, thus, it is not safe to use it when observations are mutable.
402399
"""

0 commit comments

Comments
 (0)
Please sign in to comment.