Skip to content

Commit

Permalink
MINOR: [R] Update reference to data.frame which should say tibble ins…
Browse files Browse the repository at this point in the history
…tead (#37335)

### Rationale for this change

Incorrect information in docs

### What changes are included in this PR?

Change ref to `data.frame` to `tibble` instead

### Are these changes tested?

No
### Are there any user-facing changes?

No

Authored-by: Nic Crane <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
thisisnic authored Aug 23, 2023
1 parent 0f73be1 commit 6d3cbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/data-raw/docgen.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ file_template <- "# Licensed to the Apache Software Foundation (ASF) under one
#' to a `dbplyr::tbl_lazy`. This means that the verbs do not eagerly evaluate
#' the query on the data. To run the query, call either `compute()`,
#' which returns an `arrow` [Table], or `collect()`, which pulls the resulting
#' Table into an R `data.frame`.
#' Table into an R `tibble`.
#'
%s
#'
Expand Down

0 comments on commit 6d3cbda

Please sign in to comment.