Skip to contents

Extract a user's posts and referenced posts from a timeline object created using x_get_timeline().

Usage

x_extract_post(timeline, include_referenced_posts = TRUE)

Arguments

timeline

A user's timeline.

include_referenced_posts

TRUE if you want referenced posts, too.

Value

A tibble containing information about a post.

Examples

if (FALSE) { # \dontrun{
tl <- x_read_timeline_post(timeline)
} # }