Skip to content

Commit

Permalink
Improve precision of documentation of ... for xpose_data
Browse files Browse the repository at this point in the history
  • Loading branch information
billdenney committed May 18, 2018
1 parent 8c4fd6a commit 44d9074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/xpose_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#' @param extra_files A vector of additional output file extensions to be imported. Default is '.ext', '.cov', '.cor', '.phi',
#' ".grd" for NONMEM.
#' @param quiet Logical, if \code{FALSE} messages are printed to the console.
#' @param ... Additional arguments to be passed to the \code{\link[readr]{read_delim}} functions.
#' @param ... Additional arguments to be passed to the \code{\link{read_nm_tables}} functions.
#'
#' @section File path generation:
#' The rules for model file names generation are as follow:
Expand Down Expand Up @@ -66,7 +66,7 @@ xpose_data <- function(runno = NULL,
xp_theme = theme_xp_default(),
simtab = NULL,
manual_import = NULL,
ignore = NULL,
ignore = NULL,
extra_files,
quiet,
...) {
Expand Down

0 comments on commit 44d9074

Please sign in to comment.