| check-scalar-formalCompress | R Documentation |
compress formal argumentCheck the compress formal argument
formalCompress(compress)
compress |
|
TRUE on success;
FALSE on failure, with cause set.
Updated 2019-08-10.
## TRUE ====
formalCompress("gzip")
formalCompress(TRUE)
## FALSE ====
formalCompress(NA)
formalCompress("xxx")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.