You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/man/byrow.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ Generally, `byrow` is efficient for any `fun` which returns a single value for e
57
57
*`isequal` : Return `true` when all values are equal. Optionally, a vector of values can be passed via the `with` keyword to compare equality with it.
58
58
*`isless` : Return `true` when all values are less than passed vector(or column specified by its name) as `with`. Passing `rev = true` change `less` to `greater`.
59
59
*`issorted` : Check if the values are sorted
60
-
*`join`: Convert values in each row to string and join them into a single string, inserting the given delimiter (if any) between adjacent values. If `last` is given, it will be used instead of `delim` between the last two strings.
60
+
*`join`: Convert values in each row to string and join them into a single string, inserting the given delimiter (if any) between adjacent values. If `last` is given, it will be used after the last string.
0 commit comments