From 58360d2744a320b4f8e2ae6530410bf9f706f5cd Mon Sep 17 00:00:00 2001 From: EhrmannS Date: Fri, 16 Feb 2024 14:07:43 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20luckinet?= =?UTF-8?q?/tabshiftr@ad492cb99a2d3ce9c3892ebc514679d06654538d=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apple-touch-icon-120x120.png | Bin 6520 -> 6520 bytes apple-touch-icon-152x152.png | Bin 9056 -> 9056 bytes apple-touch-icon-180x180.png | Bin 10222 -> 10222 bytes apple-touch-icon-60x60.png | Bin 2679 -> 2679 bytes apple-touch-icon-76x76.png | Bin 3473 -> 3473 bytes apple-touch-icon.png | Bin 10222 -> 10222 bytes favicon-16x16.png | Bin 812 -> 812 bytes favicon-32x32.png | Bin 1302 -> 1302 bytes index.html | 84 +++++++++++++++++++---------------- pkgdown.yml | 2 +- 10 files changed, 46 insertions(+), 40 deletions(-) diff --git a/apple-touch-icon-120x120.png b/apple-touch-icon-120x120.png index 4bd1549b638d868e9333678746200fbcc9c4433b..748990c023a7e2138765b589c8341659602729d4 100644 GIT binary patch delta 62 zcmexi^uuUEH9H?W-@e*~RU4aJB?L{Z49u+zO|%URtPBjw4WDk9d_zJ3Rg^6!mS-}j GWIh0o&k~~m delta 62 zcmexi^uuUEH9Hrtyr%ZSdmEcvB?Jwu42`Xf4YdsntPBkDKiqJed_zJ3Ra9 HD&+$JqTv*m delta 62 zcmaFh_P}jIH9Hrt!hGL1k2f~yDhV1`85&y|8)+LDSQ!|^NgTR8`GArFs;IteRr=(Q GO8Eevjua~Z diff --git a/apple-touch-icon-180x180.png b/apple-touch-icon-180x180.png index 9f0d2a8743de21c525a886954f11eca1c1b35302..0c2920d960963307eae55480a3efab00a3581174 100644 GIT binary patch delta 62 zcmaFo|IU9xH9H@>fJ@OF$&F3B)dWqf49u+z&9n^+tPBhutot%^vY)yFs_4YeKB|-J G)$;+F)f8y} delta 62 zcmaFo|IU9xH9Hrt;tQ`kr5l@es|gxd85&y|8*3XFSQ!}n$Um7s*-u>oRkYKn@bct( G^?U%tq7@PV diff --git a/apple-touch-icon-60x60.png b/apple-touch-icon-60x60.png index ff62b4c0e20491b5b313c8a4a24e267bf279d9dd..d9d5c0bb90b8d11517b5836581fd8e078a7477c0 100644 GIT binary patch delta 62 zcmew^@?B&?H9H?WPeAd3u#HVFoPs7+2If|VM%o4jRt5$l4=;30zRszDDw?_{!)!7K GS3Ur17!s%e delta 62 zcmew^@?B&?H9Hrt>~YlvpEfqRa0(h&85&y|S!x>?SQ!{h*g9?h` H;K~O8n!OX~ diff --git a/apple-touch-icon-76x76.png b/apple-touch-icon-76x76.png index e0008e94657f465f383f30f3cc7e1f6facb1553d..80ef0507d5b759d17acb15f4ed2f844a9043fbfe 100644 GIT binary patch delta 62 zcmbOzJyCi>H9H?WuX@Rc0~?#-cmz$X49u+zjkOI7tPBh`O}lM3`6G`4s_5a<$xV}$ Gc=G{c`xATs delta 62 zcmbOzJyCi>H9HrtT%68FkBv=nJc0&RhQ?OL2HFM&Rt5$q+b@5b{EpmFJ%{*6t$)dWqf49u+z&9w~-tPBj?ZvNMu?5D1PDr(;1K5=rr GdOiS^;S;g| delta 62 zcmaFo|IU9xH9HrtQlWG2`HfAx)dUT!42`XfO|%URtPBinPketk*-u>oRn%vyf9&LX G^?U%ZG8AqA diff --git a/favicon-16x16.png b/favicon-16x16.png index 3b2fe0dd275b7726b0da78d5f474ad2d2981e8f7..01499630294404598135c8981f35be865c97da89 100644 GIT binary patch delta 63 zcmZ3(wuWuPY({oIb_uVQBHEJ|G2Rq3u`)2XGBVLNFt9Q(__^;<@Z=sQ1ys?F$5HPm I?`6sd0AM;49smFU delta 63 zcmZ3(wuWuPY({o2UX6*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 +
+
    +
  • gives an introduction of the nature of tabular data and of the dimensions of disorganization dealt with here,
  • +
  • provides an instruction on how to set up a schema description
  • +
  • shows a wide range of table arrangements that can be reshaped with the tools provided here.
  • +

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

    -
  • tabshiftr is still in development. So far it reliably reorganises 20 different types of tables, but additional dimensions of disorganisation might show themselves. If you encounter a table that can’t be reorganised with the current infrastructure, we’d be more than happy to collaborate on advancing tabshiftr.
  • +
  • tabshiftr is still in development. So far it reliably reorganizes 20 different types of tables, but additional dimensions of disorganization might show themselves. If you encounter a table that can’t be reorganized with the current infrastructure, we’d be more than happy to collaborate on advancing tabshiftr.
  • Informative error management is work in process.
  • Moreover, the resulting schema descriptions can be useful for data archiving or database building and 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!
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