cleancoach: Get a clean dataframe of coaches, including key information

Description Usage Arguments Value Examples

View source: R/cleancoach.R

Description

This function is designed to return a clean dataframe filled by parsed responses from the specific MUSE API request for certain coaches.

Usage

1
2
cleancoach(page = NULL, decending = NULL, offering = NULL,
  level = NULL, specialization = NULL, apikey = NULL)

Arguments

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.

Value

A clean dataframe with following information: coach name, rating, reviews, bio, specializations, level, link and image.

Examples

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)

brandywwy/Rmuse documentation built on Aug. 12, 2019, 1:49 p.m.