View source: R/formatLongTable.R
formatLongTable | R Documentation |
This function converts a given list of relational data tables to an internal quasi-long format
formatLongTable(
data.ls,
sourceKey,
targetKey,
tableOrder = c("study", "site"),
warnMismatch = FALSE,
verbose = FALSE
)
data.ls |
list of source relational data tables |
sourceKey |
table describing the source relational data tables in |
targetKey |
table describing the target data tables (what table to put the variables in) |
tableOrder |
default order in wihc to process the source tables |
verbose |
boolean flagging lots of output |
a list of data tables in the interal quasi-long format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.