Description Usage Arguments Value Examples
Get posts and all the replies to the posts from groups by entering the initial letter of group names
| 1 | scrape_groups_by_initial_letter(index, post_number_per_group = NULL, ...)
 | 
| index | The initial letter of groups. Can be one letter or a vector of letters. | 
| post_number_per_group | The number of random posts to scrape per group. Default is NULL, which means scrape the total number of posts in each group | 
| ... | optional arguments to FUN. | 
A data frame
| 1 2 | ## Get the posts data of groups whose names starting with the letter "a" and "z"
scrape_groups_by_initial_letter(index = "x", post_number_per_group = 1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.