is_mirai | R Documentation |
Is the object a 'mirai' or 'mirai_map'.
is_mirai(x)
is_mirai_map(x)
x |
an object. |
Logical TRUE if x
is of class 'mirai' or 'mirai_map' respectively,
FALSE otherwise.
daemons(1, dispatcher = FALSE)
df <- data.frame()
m <- mirai(as.matrix(df), df = df)
is_mirai(m)
is_mirai(df)
mp <- mirai_map(1:3, runif)
is_mirai_map(mp)
is_mirai_map(mp[])
daemons(0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.