Skip to content

Commit 4811a60

Browse files
committed
change vcat with repeat!, and flatten with flatten!
1 parent 8f39de2 commit 4811a60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ julia> byrow(mds, sum, r"_c", by = x->count(isequal('#'),x))
117117
julia> using Chain
118118

119119
julia> @chain tds begin
120-
vcat(tds)
120+
repeat!(2)
121121
sort!(:g1)
122-
flatten(r"_c")
122+
flatten!(r"_c")
123123
insertcols!(:g2=>repeat(1:9, 12))
124124
groupby(:g2)
125125
transpose(r"_c")

0 commit comments

Comments
 (0)