Description Usage Arguments Details Value Author(s) See Also Examples
Coercion without introduction of NAs
1 | as.all(x, what)
|
x |
an object. |
what |
character of length 1. |
The function calls
do.call(paste("as.", what, sep=""), list(x))
,
and checks whether any NAs
were introduced.
A vector of type what
Wolfgang Huber
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.