From 6721c336cfaf2983ae73efabc945439c6f3f9ac4 Mon Sep 17 00:00:00 2001 From: Mitchell Date: Thu, 25 Jul 2019 23:16:08 +1000 Subject: [PATCH] Fix docs for coef.mdl_df() --- R/broom.R | 2 +- man/tidy.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/broom.R b/R/broom.R index 32e953fe..a6adf054 100644 --- a/R/broom.R +++ b/R/broom.R @@ -92,7 +92,7 @@ glance.mdl_ts <- function(x, ...){ #' This function will obtain the coefficients (and associated statistics) for #' each model in the mable. #' -#' @param x A mable. +#' @param x,object A mable. #' @param ... Arguments for model methods. #' #' @examples diff --git a/man/tidy.Rd b/man/tidy.Rd index 81175219..e335452e 100644 --- a/man/tidy.Rd +++ b/man/tidy.Rd @@ -13,7 +13,7 @@ \method{tidy}{mdl_ts}(x, ...) } \arguments{ -\item{x}{A mable.} +\item{x, object}{A mable.} \item{...}{Arguments for model methods.} }