Skip to content

Commit

Permalink
Potentially fix schema docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisnic committed Jul 10, 2023
1 parent dd55180 commit a9745c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions r/R/schema.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
#' the metadata is dropped.
#'
#' @rdname Schema-class
#' @name Schema-class
#' @export
Schema <- R6Class("Schema",
inherit = ArrowObject,
Expand Down Expand Up @@ -234,7 +233,7 @@ print_schema_fields <- function(s) {
#'
#' Create a schema or extract one from an object.
#'
#' @seealso [schema-class] for detailed documentation of the Schema R6 object
#' @seealso [Schema] for detailed documentation of the Schema R6 object
#' @param ... [fields][field], field name/[data type][data-type] pairs (or a list of), or object from which to extract
#' a schema
#' @examples
Expand Down
3 changes: 1 addition & 2 deletions r/man/Schema-class.Rd

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

2 changes: 1 addition & 1 deletion r/man/schema.Rd

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

0 comments on commit a9745c2

Please sign in to comment.