-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.md~
More file actions
22 lines (19 loc) · 875 Bytes
/
README.md~
File metadata and controls
22 lines (19 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Introduction
TableToLongForm is an R package that automatically converts
hierarchical Tables intended for a human reader into a LongForm
Dataframe that is machine readable.
This repository is for developers, most users will probably find the
[Home Page for
TableToLongForm](https://www.stat.auckland.ac.nz/~joh024/Research/TableToLongForm/)
more informative.
# How to Make
The make process is simple (hopefully). You source in MAKE.R in R and
run the make function. This will take the _base.Rnw file and use it to
create the output .Rnw and _noAppendix.Rnw files. It will also run
tests at this stage, checking that the output Dataframes from the
newly made TableToLongForm matches the output saved previously (stored
in TCconverted.RData).
# Misc
The make process uses
[Rnoweb](https://www.stat.auckland.ac.nz/~ihaka/software/Rnoweb/Rnoweb.html),
written by Ross Ihaka.