Learn R Programming

harmonydata (version 0.3.1)

get_example_instruments: 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()

Arguments

Value

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

Author

Ulster University [cph]

Examples

Run this code
# \donttest{
# Load required libraries (httr) and call the function
require(httr)
instruments <- get_example_instruments()

# Print the retrieved JSON content
print(instruments)
# }

Run the code above in your browser using DataLab