Skip to content

Commit

Permalink
[r] Small tweak to method documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Sep 6, 2023
1 parent 455182e commit fd647bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apis/r/R/ReadIter.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ ReadIter <- R6::R6Class(
#' @description Create (lifecycle: experimental)
#' @param sr soma read pointer
#' @param enums An optional list with enumeration information
initialize = function(sr, enumlst=NULL) {
initialize = function(sr, enums=NULL) {
private$soma_reader_pointer <- sr
private$enums <- enumlst
private$enums <- enums
},

#' @description Check if iterated read is complete or not. (lifecycle: experimental)
Expand Down
2 changes: 1 addition & 1 deletion apis/r/man/ReadIter.Rd

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

0 comments on commit fd647bf

Please sign in to comment.