get_wp_tags: Get WordPress Tags

Description Usage Arguments Value Examples

View source: R/get-tags.R

Description

Retrieves a list of all tags created on a given WordPress site.

Usage

1
get_wp_tags(root_url)

Arguments

root_url

The WordPress site for which the data is sought.

Value

A dataframe with three values: the slug for a given tag, its ID in the WordPress site database, and the human readable tag name.

Examples

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

## End(Not run)

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