Skip to content

Commit

Permalink
Merge pull request #99 from billdenney/Documentation-Suggestions
Browse files Browse the repository at this point in the history
Improve precision of documentation of ... for xpose_data
  • Loading branch information
Benjamin authored Aug 15, 2018
2 parents 8c4fd6a + 44d9074 commit f24aa5a
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 f24aa5a

Please sign in to comment.