View source: R/write_analyze.R
| analyze.header.check | R Documentation |
Check whether an ANALYZE 7.5 header is suitable for writing.
analyze.header.check(analyzeheader)
analyzeheader |
named list, an ANALYZE 7.5 header as returned by |
logical, whether the header passed the checks. Fields that cannot be written as requested are reported
with a message.
The checks are in no way meant to be exhaustive. They only verify that the fields that are written to the file have a length that fits into their fixed size slots in the 348 byte header, since writing a longer value would shift all fields behind it and produce a corrupt file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.