From 8b7edd4eaf0d196e674a085f744d1a69260a6c91 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Nov 2023 06:02:05 +0100 Subject: Update pkgdown docs to bootstrap 5 with search --- docs/reference/read_spreadsheet.html | 188 +++++++++++++++-------------------- 1 file changed, 79 insertions(+), 109 deletions(-) (limited to 'docs/reference/read_spreadsheet.html') diff --git a/docs/reference/read_spreadsheet.html b/docs/reference/read_spreadsheet.html index 7603cee2..be291403 100644 --- a/docs/reference/read_spreadsheet.html +++ b/docs/reference/read_spreadsheet.html @@ -1,5 +1,10 @@ -Read datasets and relevant meta information from a spreadsheet file — read_spreadsheet • mkinRead datasets and relevant meta information from a spreadsheet file — read_spreadsheet • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

This function imports one dataset from each sheet of a spreadsheet file. These sheets are selected based on the contents of a sheet 'Datasets', with a column called 'Dataset Number', containing numbers identifying the dataset @@ -119,7 +92,8 @@ variable, which will often be named 'Soil'. Optionally, time normalization factors can be given in columns named 'Temperature' and 'Moisture'.

-
+
+

Usage

read_spreadsheet(
   path,
   valid_datasets = "all",
@@ -128,8 +102,8 @@ factors can be given in columns named 'Temperature' and 'Moisture'.

)
-
-

Arguments

+
+

Arguments

path

Absolute or relative path to the spreadsheet file

@@ -148,8 +122,8 @@ to use all datasets

and moisture normalisation factors in the sheet 'Datasets'?

-
-

Details

+
+

Details

There must be a sheet 'Compounds', with columns 'Name' and 'Acronym'. The first row read after the header read in from this sheet is assumed to contain name and acronym of the parent compound.

@@ -170,26 +144,22 @@ so they can be easily used for specifying covariate models.

is probably more complicated to use.

-
- -
+
-
- -- cgit v1.2.1