get_relationships | R Documentation |
A cataloged item in Arctos can be related to any other number of
items by relationships defined in the code table ctid_references
. This
function will return all items related by any such relationship in the table
in a data frame.
get_relationships(guid)
guid |
The Arctos GUID of the item to query relationships over |
a data frame of all related items. This contains URLs
library(ArctosR)
if (interactive()) {
r <- get_relationships("MSB:Mamm:140026")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.