Skip to content

Commit a105ad8

Browse files
committed
docs: external links
1 parent 3c87b00 commit a105ad8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

R/cross_join.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#' See [data.table::CJ()].
1111
#' @param unique (`logical(1)`)\cr
1212
#' See [data.table::CJ()].
13-
#' @return [data.table()].
13+
#' @return [data.table::data.table()].
1414
#' @export
1515
#' @examples
1616
#' cross_join(dots = list(sorted = 1:3, b = letters[1:2]))

R/get_private.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ get_private = function(x) {
2323
#' @title Assign Value to Private Field
2424
#'
2525
#' @description
26-
#' Convenience function to assign a value to a private field of an [R6] instance.
26+
#' Convenience function to assign a value to a private field of an [R6::R6Class] instance.
2727
#'
2828
#' @param x (any)\cr
2929
#' Object whose private field should be modified.

man/cross_join.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.

man/get_private-set.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)