We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@slice_sample
1 parent 0d3be0b commit 113e7b4Copy full SHA for 113e7b4
docs/examples/UserGuide/slice.jl
@@ -64,7 +64,7 @@ end
64
# ## Sample 5 random rows in the data frame
65
66
@chain df begin
67
- @slice_sample(5)
+ @slice_sample(n = 5)
68
end
69
70
# ## Slice the min
0 commit comments