R/x_extract_post.R
x_extract_post.Rd
Extract a user's posts and referenced posts from a timeline object created using x_get_timeline().
x_get_timeline()
x_extract_post(timeline, include_referenced_posts = TRUE)
A user's timeline.
TRUE if you want referenced posts, too.
A tibble containing information about a post.
tibble
if (FALSE) { # \dontrun{ tl <- x_read_timeline_post(timeline) } # }