powered by
Retrieve pages made on the WordPress site.
get_wp_pages(root_url, page_count = Inf, after_date = NULL)
The WordPress site for which pages are sought to be retrieved.
The maximum number of pages to return, sorted by the most recent date. Default value is to return all pages made on the site.
The date after which pages should be returned.
A data frame returning the post ID, publication date, title, excerpt, content, tag IDs, category IDs, and author IDs.
# NOT RUN { get_wp_pages(root_url = 'https://domain.com',page_count = 200, after_date = NULL) # } # NOT RUN { # }
Run the code above in your browser using DataLab