diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png index 4bd1549..748990c 100644 Binary files a/apple-touch-icon-120x120.png and b/apple-touch-icon-120x120.png differ diff --git a/apple-touch-icon-152x152.png b/apple-touch-icon-152x152.png index 769285f..0368cc1 100644 Binary files a/apple-touch-icon-152x152.png and b/apple-touch-icon-152x152.png differ diff --git a/apple-touch-icon-180x180.png b/apple-touch-icon-180x180.png index 9f0d2a8..0c2920d 100644 Binary files a/apple-touch-icon-180x180.png and b/apple-touch-icon-180x180.png differ diff --git a/apple-touch-icon-60x60.png b/apple-touch-icon-60x60.png index ff62b4c..d9d5c0b 100644 Binary files a/apple-touch-icon-60x60.png and b/apple-touch-icon-60x60.png differ diff --git a/apple-touch-icon-76x76.png b/apple-touch-icon-76x76.png index e0008e9..80ef050 100644 Binary files a/apple-touch-icon-76x76.png and b/apple-touch-icon-76x76.png differ diff --git a/apple-touch-icon.png b/apple-touch-icon.png index 7029caf..130431b 100644 Binary files a/apple-touch-icon.png and b/apple-touch-icon.png differ diff --git a/favicon-16x16.png b/favicon-16x16.png index 3b2fe0d..0149963 100644 Binary files a/favicon-16x16.png and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png index bb5764e..c6efd61 100644 Binary files a/favicon-32x32.png and b/favicon-32x32.png differ diff --git a/index.html b/index.html index 192f1d2..66af1b2 100644 --- a/index.html +++ b/index.html @@ -110,20 +110,26 @@

Installationinstall.packages("tabshiftr")

or the latest development version from github:

-devtools::install_github("EhrmannS/tabshiftr")
+devtools::install_github("luckinet/tabshiftr")
    -
  1. The vignette gives an introduction, provides an instruction on how to set up schema descriptions by going step by step through certain dimensions of disorganisation to show which table arrangements can be reorganised and how that works.
  2. +
  3. The vignette +
+

Examples

-

A disorganised table may look like the following table:

+

A disorganized table may look like the following table:

 library(tabshiftr)
 library(knitr)
 
-# a rather disorganised table with messy clusters and a distinct variable
+# a rather disorganized table with messy clusters and a distinct variable
 input <- tabs2shift$clusters_messy
 kable(input)
@@ -450,87 +456,87 @@

Examples

- - - - - - - - + - + - - + + - + - - - + + + - - + + - + - + - + - - + + - + - - - + + + - - + + - + - + - + - - + + - + + + + + + + +
unit 1 year 1maize11211122
unit 1year 1 soybean 1111 1112
unit 1year 2year 1 maize1221122211211122
unit 1 year 2 soybean 1211 1212
unit 2year 1
unit 1year 2 maize2121212212211222
unit 2 year 1 soybean 2111 2112
unit 2year 2year 1 maize2221222221212122
unit 2 year 2 soybean 2211 2212
unit 3year 1
unit 2year 2 maize3121312222212222
unit 3 year 1 soybean 3111 3112
unit 3year 2year 1 maize3221322231213122
unit 3 year 2 soybean 3211 3212
unit 3year 2maize32213222
@@ -539,7 +545,7 @@

ExamplesContributions

diff --git a/pkgdown.yml b/pkgdown.yml index 5f429d7..a9962f9 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -3,7 +3,7 @@ pkgdown: 2.0.7 pkgdown_sha: ~ articles: tabshiftr: tabshiftr.html -last_built: 2024-02-16T10:13Z +last_built: 2024-02-16T14:07Z urls: reference: http://EhrmannS.github.io/tabshiftr/reference article: http://EhrmannS.github.io/tabshiftr/articles