cleanpost: Get a clean dataframe of advice posts, including key...

Description Usage Arguments Value Examples

View source: R/cleanpost.R

Description

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

Usage

1
cleanpost(page = NULL, decending = NULL, tag = NULL, apikey = NULL)

Arguments

page

The page number to load (required).

decending

Whether to show descending results(default value: FALSE).

tag

Only show posts for a specific tag, please refer to the vignette to find proper available tags.

apikey

Pass your own API key can increase the rate limit from 500 to 3600 per hour.

Value

A clean dataframe with following information: post name, publication date, type, excerpt, tags, author name, sponsor name and link.

Examples

1
2
3
## Not run: 
cleanpost(page = 1, tag = "Tools & Skills")
## End(Not run)

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