Description Usage Arguments Value Examples
This function reformats the groups field of a list of customers longways (i.e. one row per customer per group).
1 | sq_extract_cust_groups(customer_data)
|
customer_data |
|
a tbl_df
of customers and their groups
1 2 3 4 5 | ## Not run:
our_customers <- sq_list_customers()
cust_groups <- sq_extract_cust_groups(our_customers)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.