get_example_instruments: Retrieve Example Instruments from 'Harmony Data API'

View source: R/get_example_instruments.R

get_example_instrumentsR Documentation

Retrieve Example Instruments from 'Harmony Data API'

Description

This function retrieves example instruments from the 'Harmony Data API' using an HTTP POST request.

Usage

get_example_instruments()

Value

A list representing example instruments retrieved from the 'Harmony Data API'.

Author(s)

Ulster University [cph]

Examples


# Load required libraries (httr) and call the function
require(httr)
instruments <- get_example_instruments()

# Print the retrieved JSON content
print(instruments)



harmonydata documentation built on April 3, 2025, 6:33 p.m.