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 @@
or the latest development version from github:
-devtools::install_github("EhrmannS/tabshiftr")
devtools::install_github("luckinet/tabshiftr")
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)
tabshiftr
.tabshiftr
.tabshiftr
should at some point support that those schemas can be exported into data-formats that are used by downstream applications (xml, json, …), following proper (ISO) standards. In case you have experience with those standards and would like to collaborate on it, please get in touch!