zTreeSbj: Read '.sbj' files generated by 'z-Tree' into R
Description
Read '.sbj' files which are written by the Microsoft Windows program
'z-Tree'. The latter is a software for developing and carrying out
economic experiments (see <http://www.ztree.uzh.ch/> for more information).
'z-Tree' uses "\t" as a separator. If you have a manipulated file, you
might need to change the separator.
zTree.silent
If TRUE, generates less verbose output.
zTree.encoding
The default encoding is the value of
getOption("encoding"). If z-Tree files were written with an
encoding different from your system encoding, then
"WINDOWS-1252" might be worth a try.
ignore.errors
Usually, zTreeSbj stops with an error when
it detects a wrong encoding. With ignore.errors=TRUE it only generates a warning.