Description Usage Arguments Value Examples
View source: R/podlove_create_example_useragents.R
This function generates a tibble with sample data corresponding to the Wordpress
MySQL database table wp_podlove_useragent
.
1 2 3 4 5 | podlove_create_example_useragents(
n_useragents,
df_ua_list = podcast_example_useragents,
seed = NULL
)
|
n_useragents |
number of posts (rows) to generate. can't be higher than
the number of entries in |
df_ua_list |
data frame with possible user agent combinations. defaults to
the in-built data set |
seed |
parameter to fix randomization via |
a tibble with n_useragents rows
1 2 3 4 5 | ## Not run:
# random useragent list
example_useragents <- podlove_create_example_useragents(n_useragents = 100)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.