Skip to content

Commit

Permalink
docs: fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Apr 9, 2024
1 parent 3c1933c commit d3d9017
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/expr__array.R
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ ExprArr_shift = function(periods = 1) {

#' Convert an Array column into a List column with the same inner data type
#'
#' @return [Expr] of [data type List][DataType_List]
#' @return [Expr][Expr_class] of [data type List][DataType_List]
#' @examples
#' df = pl$DataFrame(
#' a = list(c(1, 2), c(3, 4)),
Expand Down
2 changes: 1 addition & 1 deletion man/ExprArr_to_list.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3d9017

Please sign in to comment.