get_wp_authors: Get WordPress Authors

Description Usage Arguments Value Examples

View source: R/get-wp-authors.R

Description

Retrieves a list of all publishers on the site.

Usage

1
get_wp_authors(root_url)

Arguments

root_url

The WordPress site for which the data is sought.

Value

A dataframe with four values: the user ID for the author in the site's WordPress database; the author's URL on the site; the author's name in the database; and the value of the description field associated with the author.

Examples

1
2
3
4
## Not run: 
get_wp_authors('domain.com')

## End(Not run)

simitpatel/wordpressr documentation built on Dec. 31, 2021, 6:38 a.m.