aboutsummaryrefslogtreecommitdiff
path: root/man/CAKE_export.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-03-30 19:17:13 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-03-30 19:17:13 +0200
commitcfa1340c41fe77117c3c2481ddbb25579f196bdd (patch)
tree51bbf02b2b1db180c9eea1c9559ba0b7b538b5f8 /man/CAKE_export.Rd
parent68eed166cbe10a5ee79f5b1139261dea98234b22 (diff)
Don't check for gcc on the path in mkinmod
Roxygen update -> formatting changes in Rd files
Diffstat (limited to 'man/CAKE_export.Rd')
-rw-r--r--man/CAKE_export.Rd21
1 files changed, 15 insertions, 6 deletions
diff --git a/man/CAKE_export.Rd b/man/CAKE_export.Rd
index 142b4a75..4bcd8581 100644
--- a/man/CAKE_export.Rd
+++ b/man/CAKE_export.Rd
@@ -4,12 +4,21 @@
\alias{CAKE_export}
\title{Export a list of datasets format to a CAKE study file}
\usage{
-CAKE_export(ds, map = c(parent = "Parent"), links = NA,
- filename = "CAKE_export.csf", path = ".", overwrite = FALSE,
- study = "Codlemone aerobic soil degradation", description = "",
- time_unit = "days", res_unit = "\% AR",
- comment = "Created using mkin::CAKE_export", date = Sys.Date(),
- optimiser = "IRLS")
+CAKE_export(
+ ds,
+ map = c(parent = "Parent"),
+ links = NA,
+ filename = "CAKE_export.csf",
+ path = ".",
+ overwrite = FALSE,
+ study = "Codlemone aerobic soil degradation",
+ description = "",
+ time_unit = "days",
+ res_unit = "\% AR",
+ comment = "Created using mkin::CAKE_export",
+ date = Sys.Date(),
+ optimiser = "IRLS"
+)
}
\arguments{
\item{ds}{A named list of datasets in long format as compatible with

Contact - Imprint