View source: R/get_example_instruments.R
get_example_instruments | R Documentation |
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]
# Load required libraries (httr) and call the function
require(httr)
instruments <- get_example_instruments()
# Print the retrieved JSON content
print(instruments)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.