Description Usage Arguments Value Examples
View source: R/get-wp-authors.R
Retrieves a list of all publishers on the site.
1 | get_wp_authors(root_url)
|
root_url |
The WordPress site for which the data is sought. |
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.
1 2 3 4 | ## Not run:
get_wp_authors('domain.com')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.