Nothing
Person
: This is my Person classPerson class description
name
: Name of the personhair
: Hair colournew()
Create a person
Person$new(name = NA, hair = NA)
name
: Name of the personhair
: Hair colourset_hair()
Set hair
Person$set_hair(val)
val
: Hair colourclone()
The objects of this class are cloneable with this method.
Person$clone(deep = FALSE)
deep
: Whether to make a deep clone.Person$new(name="Bill", hair="Blond")
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.