Description Usage Arguments Value Examples
This function can make request THE MUSE API with "coaches" endponit to get a list of coaches. The results it will return include the amount of coaches that meet the criteria, coache name, bio, certifications, specializations, rating, number of reviews, etc.
1 2 |
page |
The page number to load (required). |
decending |
Whether to show descending results(default value: FALSE). |
offering |
Only show coaches for a specific offering, please refer to the vignette to find proper available offering options. |
level |
Only show coaches for a specific level, please refer to the vignette for available level categories. |
specialization |
Only show coaches for a specific specialization, please refer to the vignette to find proper available specializaiton options. |
apikey |
Pass your own API key can increase the rate limit from 500 to 3600 per hour. |
A named list with the following elements:
a list of messages including the number of results in specified pages, total number of results returned by the API
a list of API-specific response values in JSON format,
including coache name, bio, certifications, specializations, rating,
number of reviews, etc. At this time, no further coercion is performed, so you
may have to use functions from the XML
package to extract
the desired output. Or you can refer to the "cleancoach" function in this
package to get a clean dataframe with some key information of list of coaches.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.