Skip to content

Commit

Permalink
Update PlainTextParam.R
Browse files Browse the repository at this point in the history
  • Loading branch information
philouail committed Nov 16, 2023
1 parent 489a01a commit 8d32007
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions R/PlainTextParam.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
#' mse <- readMsExperiment(fls, sampleData = pd)
#'
#' ## Define param
#' param <- PlainTextParam(path = "/test/path/")
#' pth = file.path(tempdir(), "test")
#' param <- PlainTextParam(path = pth)
#'
#' ## Save as a collection of plain text files
#' storeResults(object = mse, param = param)
Expand All @@ -87,7 +88,8 @@
#' faahko_sub <- loadXcmsData("faahko_sub2")
#'
#' ## Define param
#' param <- PlainTextParam(path = "/test/path/")
#' pth = file.path(tempdir(), "test")
#' param <- PlainTextParam(path = pth)
#'
#' ## Save as a collection of plain text files
#' storeResults(object = faahko_sub, param = param)
Expand Down

0 comments on commit 8d32007

Please sign in to comment.