Description Usage Arguments Details Value Examples
View source: R/parler_profile.R
Gets Relevant Profile/User Metadata by username
1 2 3 4 5 6 7 8 | parler_profile(
user,
output_format = "data.frame",
flatten_sep = " || ",
token_variables = FALSE,
parse_numbers = TRUE,
verbose = FALSE
)
|
user |
Parler user handle. |
output_format |
Options include: |
flatten_sep |
Separator used to flatten nested variables (e.g. multiple badges per user). Defaults to |
token_variables |
Whether to output information associated with token (e.g. follower relationship between token user and scraped 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 |
Warning: ...
A dataframe with one row and a column for each variable.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.