Learn R Programming

fortniteR (version 0.1.0)

get_island_metadata: Get specific island metadata

Description

Get specific island metadata

Usage

get_island_metadata(code)

Value

A list with detailed island metadata

Arguments

code

Island code (e.g., "XXXX-XXXX-XXXX")

Examples

Run this code
# 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

if (FALSE) {
island <- get_island_metadata("1234-5678-9012")
}

Run the code above in your browser using DataLab