| new_user_personas | R Documentation |
Creates a structured user personas tibble for use in bidux functions. Replaces nested list structures with a validated data.frame structure.
new_user_personas(personas_df)
personas_df |
Data.frame with required columns: name, goals, pain_points, technical_level |
A bid_user_personas S3 object (inherits from data.frame)
## Not run:
personas <- new_user_personas(data.frame(
name = c("data analyst", "product manager"),
goals = c("quick insights", "strategic overview"),
pain_points = c("complex tools", "data delays"),
technical_level = c("intermediate", "beginner")
))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.