Description Usage Arguments Details Author(s) See Also Examples
Sets various global options for the functions in the globaltest package.
1 | gt.options (trace, trim, transpose, max.print, warn.deprecated)
|
trace |
(Default: |
trim |
(Default: |
transpose |
(Default: |
max.print |
(Default: |
warn.deprecated |
(Default: |
The globaltest options can be set during a session, and apply to all calls to functions in the globaltest package for the rest of the session. They are not remembered between sessions.
Jelle Goeman: j.j.goeman@lumc.nl
The gt
function.
1 2 3 4 5 | # setting options
gt.options(max.print=45, trim=TRUE)
# reading options
gt.options()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.