Description Usage Arguments Value Examples
This function is designed to return a clean dataframe filled by parsed responses from the specific MUSE API request for certain coaches.
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 clean dataframe with following information: coach name, rating, reviews, bio, specializations, level, link and image.
1 2 3 4 | ## Not run:
cleancoach(page = 1, offering = "30-Minute Career Q&A")
cleancoach(page = 2, level = "Master Coach", specialization = "College/New Grads")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.