Nothing
Code
foo1 <- new_class("foo1", package = NULL)
foo2 <- new_class("foo2", package = NULL)
new_union(foo1, foo2)
Output
<S7_union>: <foo1> or <foo2>
Code
class_vector
Output
<S7_union>: <logical>, <integer>, <double>, <complex>, <character>, <raw>, <expression>, or <list>
Code
str(class_vector)
Output
<S7_union>: <logical>, <integer>, <double>, <complex>, <character>, <raw>, <expression>, or <list>
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.