powered by
Retrieve posts made on the WordPress site.
get_wp_posts_after(root_url, after_date)
The WordPress site for which posts are sought to be retrieved.
The date after which posts should be returned. Should be in "YYYY-MM-DD" format
A data frame returning the post ID, publication date, title, excerpt, content, tag IDs,category IDs, and author IDs.
# NOT RUN { get_wp_posts(root_url = 'https://domain.com',post_count = 200, after_date = NULL) # } # NOT RUN { # }
Run the code above in your browser using DataLab