Skip to content

Commit f6f1775

Browse files
s/data/.data/
1 parent b9c215b commit f6f1775

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

r/R/array.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ array <- function(...){
103103

104104
#' Create an arrow::RecordBatch from a data frame
105105
#'
106-
#' @param data a data frame
106+
#' @param .data a data frame
107107
#'
108108
#' @export
109109
record_batch <- function(.data){

r/man/record_batch.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)