description<- | R Documentation |
Replaces the existing description. To add properties to a description use in combination with
merge_description()
.
description(resource) <- value
resource |
A vector of |
value |
A new resource description |
r <- resource("a") description(r) <- data.frame(uri="a",label="A")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.