powered by
This function retrieves example instruments from the 'Harmony Data API' using an HTTP POST request.
get_example_instruments()
A list representing example instruments retrieved from the 'Harmony Data API'.
Ulster University [cph]
# \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