blank | R Documentation |
Evaluates whether x
is a blank string scalar (i.e., ""
).
blank(x)
x |
An R object |
A logical scalar
Other strings:
chn()
,
delim()
,
fsub()
,
gr
,
ipat()
,
makestr()
,
markdown_help()
,
maxnch()
,
ox()
,
ox_vals()
,
pgrid_help()
,
revstr()
,
spaces()
,
ss_help()
,
tocase()
,
weave()
blank("")
blank(2)
blank(NA)
blank(NULL)
blank(v(blank))
blank(c("", ""))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.