right.stuff <-
function (data.ld)
{
return(attr(data.ld, "right.stuff"))
}
#
#
`right.stuff<-` <-
function (data.ld, value)
{
attr(data.ld, "right.stuff") <- value
return(data.ld)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.