Skip to content

Commit b622b99

Browse files
hfrickDavisVaughan
andauthored
Update R/convert_data.R
Co-authored-by: Davis Vaughan <davis@rstudio.com>
1 parent da77668 commit b622b99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/convert_data.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#' Functions to take a formula interface and get the resulting
77
#' objects (y, x, weights, etc) back or the other way around. The functions are
88
#' intended for developer use. For the most part, this emulates the internals
9-
#' of `lm` (and also see the notes at
9+
#' of `lm()` (and also see the notes at
1010
#' https://developer.r-project.org/model-fitting-functions.html).
1111
#'
1212
#' `.convert_form_to_xy_fit()` and `.convert_xy_to_form_fit()` are for when the
@@ -418,4 +418,3 @@ maybe_data_frame <- function(x) {
418418
}
419419
x
420420
}
421-

0 commit comments

Comments
 (0)