Description Usage Arguments Details Value Examples
Gets Posts by username
1 2 3 4 5 6 7 8 | parler_posts(
user,
output_format = "data.frame",
flatten_sep = " || ",
parse_numbers = TRUE,
verbose = FALSE,
timeout = 600
)
|
user |
Parler user handle. |
output_format |
Options include: |
flatten_sep |
Separator used to flatten nested variables (e.g. multiple badges per user). Defaults to |
parse_numbers |
Whether to parse numbers from Parler's format to numeric (e.g. from |
verbose |
Whether to print additional information while scraping |
timeout |
Timeout after how many seconds to stop scraping. |
Warning: ...
A dataframe with one row for each post and a column for each variable.
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
out <-
parler_posts(user = "Grenell",
output_format = "data.frame",
flatten_sep = " || ",
parse_numbers = TRUE,
verbose = TRUE)
print(colnames(out))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.