Description Usage Arguments Value Examples
Extracts variables from a zTree output file.
1 | read.zTree(object, tables = c("globals", "subjects"))
|
object |
a zTree file or a list of files. |
tables |
the tables of intrest. |
A list of dataframes, one for each table
1 2 3 4 5 6 | ## Not run: url <-
zTables <- read.zTree( "131126_0009.xls" , "contracts" )
zTables <- read.zTree( c("131126_0009.xls",
"131126_0010.xls"), c("globals","subjects", "contracts" ))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.