enrich_name | R Documentation |
segment_fullname
is also added : it's the combination of segment's id and name.
segment_id
should be in the configuration file.
enrich_name(data)
data |
Data frame containing a |
Same dataframe with two additionnal columns : segment_name
and segment_fullname
df <- data.frame('segment_id' = c(9000002156, 9000001906))
enrich_name(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.