Skip to content

Commit

Permalink
Update importMicrobiotaProcess.R
Browse files Browse the repository at this point in the history
  • Loading branch information
GRvanderPloeg committed Sep 14, 2024
1 parent 9d45965 commit 682aa62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
5 changes: 4 additions & 1 deletion R/importMicrobiotaProcess.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
#' @examplesIf rlang::is_installed("MicrobiotaProcess")
#' library(MicrobiotaProcess)
#' data(mouse.time.mpse)
#' dataset = importMicrobiotaProcess(mouse.time.mpse, subjectIDs="Sample", thirdMode="time", taxa_are_rows=TRUE)
#' dataset = importMicrobiotaProcess(mouse.time.mpse,
#' subjectIDs="Sample",
#' thirdMode="time",
#' taxa_are_rows=TRUE)
importMicrobiotaProcess = function(MPobject, subjectIDs, thirdMode, taxa_are_rows=TRUE){
stopifnot(methods::is(MPobject, "MPSE"))

Expand Down
13 changes: 2 additions & 11 deletions man/importMicrobiotaProcess.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 682aa62

Please sign in to comment.