get_island_metadata | R Documentation |
Get specific island metadata
get_island_metadata(code)
code |
Island code (e.g., "XXXX-XXXX-XXXX") |
A list with detailed island metadata
# Example with mock metadata structure
mock_metadata <- list(
code = "1234-5678-9012",
title = "Mock Island",
description = "A test island",
tags = c("adventure", "multiplayer")
)
# In practice, this would come from the API
## Not run:
island <- get_island_metadata("1234-5678-9012")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.