Skip to content

Commit

Permalink
Link docs together properly
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisnic committed Jul 10, 2023
1 parent bcb04d8 commit dd55180
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion r/R/field.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Field$import_from_c <- ImportField
#' @examples
#' field("x", int32())
#' @rdname Field
#' @seealso [Field-class]
#' @seealso [Field]
#' @export
field <- Field$create

Expand Down
3 changes: 2 additions & 1 deletion r/R/schema.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
#' Files with compressed metadata are readable by older versions of arrow, but
#' the metadata is dropped.
#'
#' @rdname schema-class
#' @rdname Schema-class
#' @name Schema-class
#' @export
Schema <- R6Class("Schema",
inherit = ArrowObject,
Expand Down
2 changes: 1 addition & 1 deletion r/R/table.R
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ cbind.Table <- function(...) {
#' tbl$mpg
#' tbl[["cyl"]]
#' as.data.frame(tbl[4:8, c("gear", "hp", "wt")])
#' @seealso [Table-class]
#' @seealso [Table]
#' @export
arrow_table <- Table$create

Expand Down
2 changes: 1 addition & 1 deletion r/man/Field.Rd

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

3 changes: 2 additions & 1 deletion r/man/schema-class.Rd → 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/table.Rd

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

0 comments on commit dd55180

Please sign in to comment.