Description Usage Arguments Value Examples
This function scrapes all the exercises on bodybuilding.com. Data is stored in a dataframe, containing exercise name, muscle group, grade and rating. It is possible that some exercises are not rated.
1 | scrapeExercises(pages = 73)
|
pages |
number of pages to scrape. Defaults to 73 as it is the current max. |
data.frame
1 2 | df <- scrapeExercises(pages = 5)
head(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.