Learn R Programming

finto (version 0.1.1)

fetch_profession_info: Fetch all metadata from Finto Skosmos API

Description

This function queries the Finto API for a given concept URI and extracts all relevant metadata fields.

Usage

fetch_profession_info(concept_uri)

Value

A tibble containing the full metadata.

Arguments

concept_uri

The URI of the concept to fetch.

Examples

Run this code
metadata <- fetch_profession_info("http://urn.fi/URN:NBN:fi:au:mts:m3357")
print(metadata)

Run the code above in your browser using DataLab